From: George B. <gbr...@us...> - 2004-07-27 00:50:40
|
Update of /cvsroot/phpwebsite-comm/modules/staffman/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18985/conf Modified Files: boost.php Log Message: minor mods to README and conf/boost Index: boost.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/staffman/conf/boost.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** boost.php 1 Jun 2004 21:26:02 -0000 1.11 --- boost.php 27 Jul 2004 00:50:31 -0000 1.12 *************** *** 9,12 **** --- 9,15 ---- + /* This package's version number */ + $version = "1.4-1"; + /* Internal name of module, equals name of folder */ $mod_title = "staffman"; /* 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.4-1"; /* other modules on which this module depends */ $depend = array("menuman", "search"); --- 36,39 ---- |