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:48:17 | postnuke_official/html/modules/categories | pnadmin.php,1.3,1.4 | Mike |
| more notices | |||
Update of /home/cvsroot/postnuke_official/html/modules/categories
In directory ns7.hostnuke.net:/tmp/cvs-serv26151
Modified Files:
pnadmin.php
Log Message:
more notices
Index: pnadmin.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/modules/categories/pnadmin.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pnadmin.php 27 Jul 2002 20:43:05 -0000 1.3
--- pnadmin.php 27 Jul 2002 23:48:15 -0000 1.4
***************
*** 73,77 ****
// Security check
! if (is_array($cids)) {
foreach ($cids as $cid) {
if (!pnSecAuthAction(0, 'categories::category', 'ID::$cid', ACCESS_EDIT)) {
--- 73,77 ----
// Security check
! if (isset($cids) && is_array($cids)) {
foreach ($cids as $cid) {
if (!pnSecAuthAction(0, 'categories::category', 'ID::$cid', ACCESS_EDIT)) {
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 |