Update of /cvsroot/phpwebsite-comm/modules/jobman/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18715/conf
Modified Files:
boost.php
Log Message:
minor mods to README and conf/boost
Index: boost.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/jobman/conf/boost.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** boost.php 1 Jun 2004 19:20:41 -0000 1.10
--- boost.php 27 Jul 2004 00:49:45 -0000 1.11
***************
*** 8,12 ****
*/
!
$mod_title = "jobman";
/* Name to appear in Module list and displays */
--- 8,14 ----
*/
! /* This package's version number */
! $version = "1.5";
! /* Internal name of module, equals name of folder */
$mod_title = "jobman";
/* Name to appear in Module list and displays */
***************
*** 33,38 ****
/* Whether or not the module is active */
$active = "on";
- /* This package's version number */
- $version = "1.5";
/* other modules on which this module depends */
$depend = array("menuman", "search");
--- 35,38 ----
|