Update of /cvsroot/phpwebsite-comm/modules/article/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7283/conf
Modified Files:
boost.php config.php help.php
Log Message:
2.3 Release Files
Index: config.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/article/conf/config.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** config.php 19 Feb 2004 21:46:44 -0000 1.2
--- config.php 18 Jun 2004 23:31:08 -0000 1.3
***************
*** 5,9 ****
* are doing.
*
! * @author Adam Morton <ad...@NO...>
* @module articlemanager
* @param string image_directory : The directory that articlemanager should store
--- 5,11 ----
* are doing.
*
! * @version $Id$
! *
! * @author Eloi George <el...@NO...>
* @module articlemanager
* @param string image_directory : The directory that articlemanager should store
Index: boost.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/article/conf/boost.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** boost.php 19 Feb 2004 21:46:44 -0000 1.9
--- boost.php 18 Jun 2004 23:31:08 -0000 1.10
***************
*** 3,7 ****
* This is the Articlemaster mod_info file for Boost
*
! * @version \$Id\$
* @author Eloi George <el...@NO...>
* @module Article Manager
--- 3,8 ----
* This is the Articlemaster mod_info file for Boost
*
! * @version $Id$
! *
* @author Eloi George <el...@NO...>
* @module Article Manager
***************
*** 18,22 ****
$admin_mod = 1;
$active = 'on';
! $version = '2.2';
$mod_class_files = array('ArticleManager.php',
--- 19,23 ----
$admin_mod = 1;
$active = 'on';
! $version = '2.3';
$mod_class_files = array('ArticleManager.php',
Index: help.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/article/conf/help.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** help.php 19 Feb 2004 21:46:44 -0000 1.3
--- help.php 18 Jun 2004 23:31:08 -0000 1.4
***************
*** 5,8 ****
--- 5,10 ----
* help module included with phpWebSite.
*
+ * @version $Id$
+ *
* @author Eloi George <el...@NO...>
* @module Article Manager
|