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 20:42:27 | postnuke_official/html/modules/categories | pnadminapi.php,1.4,1.5 | Mike |
| fix delete category | |||
Update of /home/cvsroot/postnuke_official/html/modules/categories
In directory ns7.hostnuke.net:/tmp/cvs-serv24880
Modified Files:
pnadminapi.php
Log Message:
fix delete category
Index: pnadminapi.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/modules/categories/pnadminapi.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** pnadminapi.php 27 Jul 2002 19:13:19 -0000 1.4
--- pnadminapi.php 27 Jul 2002 20:42:25 -0000 1.5
***************
*** 313,318 ****
$args = Array(
'cid' => $cid,
! 'getparets' => false,
! 'getchildren' => true
);
$cat = pnModAPIFunc('categories', 'user', 'getcatinfo', $args);
--- 313,319 ----
$args = Array(
'cid' => $cid,
! 'getparents' => false,
! 'getchildren' => true,
! 'return_itself' => true
);
$cat = pnModAPIFunc('categories', 'user', 'getcatinfo', $args);
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 |