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] |
11 Aug 2002 00:49:50 | postnuke_official/html/modules/categories | pnuserapi.php,1.7,1.8 | Mike |
get rid of some warnings with ML |
Update of /home/cvsroot/postnuke_official/html/modules/categories In directory ns7.hostnuke.net:/tmp/cvs-serv4145 Modified Files: pnuserapi.php Log Message: get rid of some warnings with ML Index: pnuserapi.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/modules/categories/pnuserapi.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** pnuserapi.php 31 Jul 2002 02:13:33 -0000 1.7 --- pnuserapi.php 11 Aug 2002 00:49:48 -0000 1.8 *************** *** 118,122 **** $cat = categories_userapi_getcatinfo(Array('cid' => $cid)); if ($cat == false) { ! pnSessionSetVar('errormsg', _CATEGORYDONOTEXIST); return Array(); } --- 118,122 ---- $cat = categories_userapi_getcatinfo(Array('cid' => $cid)); if ($cat == false) { ! pnSessionSetVar('errormsg', pnML('Category does not exist')); return Array(); } *************** *** 282,286 **** if ($result->EOF) { ! pnSessionSetVar('errormsg', _UNKNOWNCATEGORY); return false; } --- 282,286 ---- if ($result->EOF) { ! pnSessionSetVar('errormsg', pnML('Unknown Category')); return 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 |