From: George B. <gbr...@us...> - 2004-06-01 19:20:56
|
Update of /cvsroot/phpwebsite-comm/modules/jobman/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1014/conf Modified Files: boost.php Log Message: Correct for search problems in 0.9.3-3 Index: boost.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/jobman/conf/boost.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** boost.php 30 Dec 2003 16:20:59 -0000 1.9 --- boost.php 1 Jun 2004 19:20:41 -0000 1.10 *************** *** 34,38 **** $active = "on"; /* This package's version number */ ! $version = "1.4"; /* other modules on which this module depends */ $depend = array("menuman", "search"); --- 34,38 ---- $active = "on"; /* This package's version number */ ! $version = "1.5"; /* other modules on which this module depends */ $depend = array("menuman", "search"); |