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 / includes [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
28 Jul 2002 03:49:44 | postnuke_official/html/includes | pnMod.php,1.74,1.75 | Paul Rosania |
better legacy output support |
Update of /home/cvsroot/postnuke_official/html/includes In directory ns7.hostnuke.net:/tmp/cvs-serv27855 Modified Files: pnMod.php Log Message: better legacy output support Index: pnMod.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/includes/pnMod.php,v retrieving revision 1.74 retrieving revision 1.75 diff -C2 -d -r1.74 -r1.75 *** pnMod.php 22 Jul 2002 14:48:57 -0000 1.74 --- pnMod.php 28 Jul 2002 03:49:42 -0000 1.75 *************** *** 792,796 **** $data = $modfunc($args); ! if (is_string($data) || $data === false) { return $data; } --- 792,796 ---- $data = $modfunc($args); ! if (!is_array($data)) { return $data; }
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 |