Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_official / html / modules / modules [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 02 Aug 2002 00:11:52 | postnuke_official/html/modules/modules | pnadminapi.php,1.42,1.43 | csmall |
| adjusted the check for regid | |||
Update of /home/cvsroot/postnuke_official/html/modules/modules
In directory ns7.hostnuke.net:/tmp/cvs-serv16883
Modified Files:
pnadminapi.php
Log Message:
adjusted the check for regid
Index: pnadminapi.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/modules/modules/pnadminapi.php,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** pnadminapi.php 1 Aug 2002 23:55:44 -0000 1.42
--- pnadminapi.php 2 Aug 2002 00:11:50 -0000 1.43
***************
*** 405,409 ****
// TODO: beautify :-)
! if (empty($regid)) {
pnSessionSetVar('errormsg', "Module '$name' doesn't seem to have a registered module ID defined in pnversion.php - skipping...\nPlease register your module at http://docs.postnuke.com/ -> Wiki Documentation -> Modules Registration if you haven't done so yet, and add \$modversion['id'] = 'your ID'; in pnversion.php");
continue;
--- 405,409 ----
// TODO: beautify :-)
! if (!isset($modversion['id'])) {
pnSessionSetVar('errormsg', "Module '$name' doesn't seem to have a registered module ID defined in pnversion.php - skipping...\nPlease register your module at http://docs.postnuke.com/ -> Wiki Documentation -> Modules Registration if you haven't done so yet, and add \$modversion['id'] = 'your ID'; in pnversion.php");
continue;
View Statistics - Next Notice - Previous Notice
| Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |