From: <gbr...@us...> - 2003-08-01 00:54:03
|
Update of /cvsroot/phpwebsite-comm/modules/jobman/conf In directory sc8-pr-cvs1:/tmp/cvs-serv26142/conf Modified Files: boost.php Log Message: correcting a few bugs, improving multi-item view Index: boost.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/jobman/conf/boost.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** boost.php 1 Aug 2003 00:20:40 -0000 1.5 --- boost.php 1 Aug 2003 00:53:59 -0000 1.6 *************** *** 24,30 **** $priority = 50; /* Icon user sees to select module */ ! $user_icon = "jobs.gif"; /* Icon admin sees to select module -- irrelevant in this case, see below */ ! $mod_icon = "jobs.gif"; /* This module has an admin interface in the Modules display */ /* If this is set to 1, and there is no conf/users.php file specifying a location, */ --- 24,30 ---- $priority = 50; /* Icon user sees to select module */ ! $user_icon = "jobman.gif"; /* Icon admin sees to select module -- irrelevant in this case, see below */ ! $mod_icon = "jobman.gif"; /* This module has an admin interface in the Modules display */ /* If this is set to 1, and there is no conf/users.php file specifying a location, */ |