From: George B. <gbr...@us...> - 2004-06-01 19:22:08
|
Update of /cvsroot/phpwebsite-comm/modules/staffman/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1287/conf Modified Files: boost.php Log Message: Correct for search problem in 0.9.3-3 Index: boost.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/staffman/conf/boost.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** boost.php 26 Jan 2004 14:54:06 -0000 1.9 --- boost.php 1 Jun 2004 19:21:58 -0000 1.10 *************** *** 34,38 **** $active = "on"; /* This package's version number */ ! $version = "1.3-1"; /* other modules on which this module depends */ $depend = array("menuman", "search"); --- 34,38 ---- $active = "on"; /* This package's version number */ ! $version = "1.4"; /* other modules on which this module depends */ $depend = array("menuman", "search"); |