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] |
| 10 Aug 2002 14:20:25 | postnuke_official/html/modules/categories | pnadminapi.php,1.9,1.10 | Mike |
| turn bug into feature for unlink | |||
Update of /home/cvsroot/postnuke_official/html/modules/categories
In directory ns7.hostnuke.net:/tmp/cvs-serv32362
Modified Files:
pnadminapi.php
Log Message:
turn bug into feature for unlink
Index: pnadminapi.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/modules/categories/pnadminapi.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** pnadminapi.php 29 Jul 2002 14:06:32 -0000 1.9
--- pnadminapi.php 10 Aug 2002 14:20:23 -0000 1.10
***************
*** 821,828 ****
'reverse' => 0));
// If Link doesn�t exist then
if ($childiids == Array()) {
! pnSessionSetVar('errormsg', _CATEGORIESNOTLINKED);
! return false;
}
--- 821,828 ----
'reverse' => 0));
+ // Note : this is a feature, not a bug in this case :-)
// If Link doesn�t exist then
if ($childiids == Array()) {
! return true;
}
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 |