Update of /cvsroot/phpwebsite-comm/modules/article/conf
In directory sc8-pr-cvs1:/tmp/cvs-serv28874/conf
Modified Files:
boost.php
Log Message:
Version 1.5.1 Release
Index: boost.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/article/conf/boost.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** boost.php 6 Sep 2003 22:38:27 -0000 1.6
--- boost.php 20 Sep 2003 22:19:08 -0000 1.7
***************
*** 17,22 ****
$priority = 50;
$admin_mod = 1;
! $active = "on";
! $version = 1.5.1;
$mod_class_files = array("ArticleManager.php",
--- 17,22 ----
$priority = 50;
$admin_mod = 1;
! $active = 'on';
! $version = '1.5.2';
$mod_class_files = array("ArticleManager.php",
|