From: Don S. <ri...@us...> - 2004-08-11 02:10:33
|
Update of /cvsroot/phpwsbb/phpwsbb/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19608/conf Modified Files: boost.php Log Message: Fixed bug #977804, PHPWS_File::makeDir() only exists in core >= 0.9.3-4. Need to put out a new version with right system requirements and pull 0.9.6 Index: boost.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/conf/boost.php,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** boost.php 14 Jun 2004 04:16:43 -0000 1.33 --- boost.php 11 Aug 2004 02:10:24 -0000 1.34 *************** *** 31,35 **** $admin_mod = 1; $active = "on"; ! $version = "0.9.6"; $admin_op = "&PHPWSBB_MAN_OP=list"; $mod_class_files = array("Manager.php"); --- 31,35 ---- $admin_mod = 1; $active = "on"; ! $version = "0.9.7"; $admin_op = "&PHPWSBB_MAN_OP=list"; $mod_class_files = array("Manager.php"); |