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_modules / articles [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 29 Jul 2002 14:11:26 | postnuke_modules/articles | pnadminapi.php,1.8,1.9 | Mike |
| fix some issues with categories | |||
Update of /home/cvsroot/postnuke_modules/articles
In directory ns7.hostnuke.net:/tmp/cvs-serv9230
Modified Files:
pnadminapi.php
Log Message:
fix some issues with categories
Index: pnadminapi.php
===================================================================
RCS file: /home/cvsroot/postnuke_modules/articles/pnadminapi.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** pnadminapi.php 28 Jul 2002 23:20:33 -0000 1.8
--- pnadminapi.php 29 Jul 2002 14:11:23 -0000 1.9
***************
*** 213,217 ****
(!isset($title)) ||
(!isset($summary)) ||
! (!isset($cids)) ||
(!isset($bodytype)) ||
((!isset($bodytext)) && (!isset($bodyfile))) ||
--- 213,217 ----
(!isset($title)) ||
(!isset($summary)) ||
! // (!isset($cids)) ||
(!isset($bodytype)) ||
((!isset($bodytext)) && (!isset($bodyfile))) ||
***************
*** 220,224 ****
return false;
}
!
// Security check
--- 220,226 ----
return false;
}
! if (!isset($cids)) {
! $cids = array();
! }
// Security check
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 |