From: <gbr...@pr...> - 2004-01-26 14:54:59
|
Update of /cvsroot/phpwebsite-comm/modules/staffman/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12847/conf Modified Files: boost.php Added Files: search.php Log Message: Adding missing search.php file --- NEW FILE: search.php --- <?php /** * Search parameters for staffman * (Required for phpWS 0.9.3-2+) * * @version $Id: search.php,v 1.1 2004/01/26 14:54:06 gbrackett Exp $ * @author George Brackett <gbr...@NO...> */ $module = "staffman"; $search_class = "STAFF_ListManager"; $search_function = "search"; // note: label holds the last name; spaces in the list are REQUIRED $search_cols = "label, firstname, position, contact, notes"; $view_string = "&STAFF_MAN_op=sView&STAFF_id="; $show_block = 1; $block_title = $_SESSION['translate']->it("Staff Listing"); $class_file = "staffmanager.php"; ?> Index: boost.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/staffman/conf/boost.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** boost.php 6 Jan 2004 20:26:56 -0000 1.8 --- boost.php 26 Jan 2004 14:54:06 -0000 1.9 *************** *** 34,38 **** $active = "on"; /* This package's version number */ ! $version = "1.3"; /* other modules on which this module depends */ $depend = array("menuman", "search"); --- 34,38 ---- $active = "on"; /* This package's version number */ ! $version = "1.3-1"; /* other modules on which this module depends */ $depend = array("menuman", "search"); |