From: <gbr...@us...> - 2003-10-07 17:13:24
|
Update of /cvsroot/phpwebsite-comm/modules/jobman/class In directory sc8-pr-cvs1:/tmp/cvs-serv20864/class Modified Files: JobManager.php Log Message: Minor change in list-all code Index: JobManager.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/jobman/class/JobManager.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** JobManager.php 24 Sep 2003 23:38:52 -0000 1.4 --- JobManager.php 7 Oct 2003 17:13:13 -0000 1.5 *************** *** 175,179 **** break; ! case "aView": /* view all items in the list */ $this->listName = "user"; // use sort from current user list $this->setOrder("label"); // order by job title --- 175,179 ---- break; ! case "aView": /* view all visible items in the list */ $this->listName = "user"; // use sort from current user list $this->setOrder("label"); // order by job title |