From: <gbr...@us...> - 2003-07-31 23:35:27
|
Update of /cvsroot/phpwebsite-comm/modules/staffman/conf In directory sc8-pr-cvs1:/tmp/cvs-serv9506/conf Modified Files: boost.php Log Message: correcting XHTML bug in conf/boost.php Index: boost.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/staffman/conf/boost.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** boost.php 2 Jul 2003 23:45:08 -0000 1.1.1.1 --- boost.php 31 Jul 2003 23:35:24 -0000 1.2 *************** *** 17,23 **** $mod_filename = "index.php"; /* Opcode for admin entry ? */ ! $admin_op = "&STAFF_MAN_op=list"; /* Opcode for user entry */ ! $user_op = "&STAFF_MAN_op=list"; /* Who can view the list */ $allow_view = "all"; --- 17,23 ---- $mod_filename = "index.php"; /* Opcode for admin entry ? */ ! $admin_op = "&STAFF_MAN_op=list"; //& required to avoid XHTML errors /* Opcode for user entry */ ! $user_op = "&STAFF_MAN_op=list"; /* Who can view the list */ $allow_view = "all"; |