Update of /cvsroot/phpwebsite-comm/modules/article/conf
In directory sc8-pr-cvs1:/tmp/cvs-serv18667/conf
Modified Files:
boost.php
Log Message:
Section templates now have no spaces in the file name. The new files are copied in and the old files are deleted with the update. Before updating, users must make sure that they have access permissions for the /article/templates/section set to 777. The import script is also updated to relfect the new filenames.
Index: boost.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/article/conf/boost.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** boost.php 19 Jul 2003 18:05:18 -0000 1.3
--- boost.php 6 Aug 2003 02:26:33 -0000 1.4
***************
*** 18,22 ****
$admin_mod = 1;
$active = "on";
! $version = 1.3;
$mod_class_files = array("ArticleManager.php",
--- 18,22 ----
$admin_mod = 1;
$active = "on";
! $version = 1.4;
$mod_class_files = array("ArticleManager.php",
|