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] |
01 Aug 2002 23:55:46 | postnuke_official/html/modules/modules | pnadminapi.php,1.41,1.42 | csmall |
Moved assignments after checking for regid, gets rid of error messages about modules youve ignored anyway |
Update of /home/cvsroot/postnuke_official/html/modules/modules In directory ns7.hostnuke.net:/tmp/cvs-serv15670 Modified Files: pnadminapi.php Log Message: Moved assignments after checking for regid, gets rid of error messages about modules youve ignored anyway Index: pnadminapi.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/modules/modules/pnadminapi.php,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** pnadminapi.php 27 Jul 2002 18:30:24 -0000 1.41 --- pnadminapi.php 1 Aug 2002 23:55:44 -0000 1.42 *************** *** 403,409 **** $modversion['description'] = ''; @include("modules/$dir/pnversion.php"); - $version = $modversion['version']; - $description = $modversion['description']; - $regid = $modversion['id']; // TODO: beautify :-) --- 403,406 ---- *************** *** 412,415 **** --- 409,415 ---- continue; } + $version = $modversion['version']; + $description = $modversion['description']; + $regid = $modversion['id']; $filemodules[$name] = array('directory' => $dir,
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 |