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 / categories [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
27 Jul 2002 23:49:01 | postnuke_official/html/modules/categories | pnuserapi.php,1.3,1.4 | Mike |
remove default count=10 (e.g. for deletes) |
Update of /home/cvsroot/postnuke_official/html/modules/categories In directory ns7.hostnuke.net:/tmp/cvs-serv26176 Modified Files: pnuserapi.php Log Message: remove default count=10 (e.g. for deletes) Index: pnuserapi.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/modules/categories/pnuserapi.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** pnuserapi.php 27 Jul 2002 19:56:34 -0000 1.3 --- pnuserapi.php 27 Jul 2002 23:48:59 -0000 1.4 *************** *** 86,90 **** } if (!isset($count)) { ! $count = 10; } elseif (!is_numeric($count)) { --- 86,90 ---- } if (!isset($count)) { ! $count = 0; } elseif (!is_numeric($count)) {
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 |