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 22:15:50 | postnuke_official/html/modules/categories | pnversion.php,1.2,1.3 | Mike |
| sync changes | |||
Update of /home/cvsroot/postnuke_official/html/modules/categories
In directory ns7.hostnuke.net:/tmp/cvs-serv25424
Modified Files:
pnversion.php
Log Message:
sync changes
Index: pnversion.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/modules/categories/pnversion.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pnversion.php 27 Jul 2002 19:06:07 -0000 1.2
--- pnversion.php 27 Jul 2002 22:15:48 -0000 1.3
***************
*** 1,5 ****
<?php
// $Id$
! $modversion['name'] = 'CatData';
$modversion['version'] = '2.1';
$modversion['id'] = '147';
--- 1,5 ----
<?php
// $Id$
! $modversion['name'] = 'categories';
$modversion['version'] = '2.1';
$modversion['id'] = '147';
***************
*** 15,19 ****
$modversion['class'] = 'Core Utility';
$modversion['category'] = 'Global';
! $modversion['securityschema'] = array('CatData::Category' => 'Category name::Category ID',
! 'CatData::Item' => 'Item name:Category name:Item ID');
?>
--- 15,19 ----
$modversion['class'] = 'Core Utility';
$modversion['category'] = 'Global';
! $modversion['securityschema'] = array('categories::category' => 'Category name::Category ID',
! 'categories::item' => 'Item name:Category name:Item ID');
?>
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 |