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:56:37 | postnuke_modules/articles | pninit.php,1.16,1.17 | Mike |
| show mix of .7x and .8 style categories | |||
Update of /home/cvsroot/postnuke_modules/articles
In directory ns7.hostnuke.net:/tmp/cvs-serv9621
Modified Files:
pninit.php
Log Message:
show mix of .7x and .8 style categories
Index: pninit.php
===================================================================
RCS file: /home/cvsroot/postnuke_modules/articles/pninit.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** pninit.php 28 Jul 2002 20:42:05 -0000 1.16
--- pninit.php 29 Jul 2002 14:56:35 -0000 1.17
***************
*** 204,211 ****
pnModSetVar('articles', 'number_of_categories', 2);
pnModSetVar('articles','cids',$cid['Generic1'] . ';' . $cid['Generic2']);
! pnModSetVar('articles', 'number_of_categories.1', 2);
! pnModSetVar('articles','cids.1',$cid['Topics'] . ';' . $cid['Categories']);
! pnModSetVar('articles', 'number_of_categories.2', 1);
! pnModSetVar('articles','cids.2',$cid['Sections']);
// Initialisation successful
--- 204,214 ----
pnModSetVar('articles', 'number_of_categories', 2);
pnModSetVar('articles','cids',$cid['Generic1'] . ';' . $cid['Generic2']);
! // news articles can be in old-style Topics & Categories, and in new Generic
! pnModSetVar('articles', 'number_of_categories.1', 3);
! pnModSetVar('articles','cids.1',$cid['Topics'] . ';' . $cid['Categories'] .
! ';' . $cid['Generic1']);
! // section documents can be in old-style Sections, and in new Generic
! pnModSetVar('articles', 'number_of_categories.2', 2);
! pnModSetVar('articles','cids.2',$cid['Sections'] . ';' . $cid['Generic1']);
// Initialisation successful
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 |