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 19:13:21 | postnuke_official/html/modules/categories | pnadminapi.php,1.3,1.4 | Mike |
clean notices |
Update of /home/cvsroot/postnuke_official/html/modules/categories In directory ns7.hostnuke.net:/tmp/cvs-serv24271 Modified Files: pnadminapi.php Log Message: clean notices Index: pnadminapi.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/modules/categories/pnadminapi.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** pnadminapi.php 27 Jul 2002 19:06:07 -0000 1.3 --- pnadminapi.php 27 Jul 2002 19:13:19 -0000 1.4 *************** *** 621,629 **** { // Argument check ! if ($args['clean_first'] != true) { - $clean_first = false; - } else { $clean_first = true; } --- 621,629 ---- { // Argument check ! if (isset($args['clean_first']) && $args['clean_first'] == true) { $clean_first = true; + } else { + $clean_first = false; }
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 |