From: <gbr...@us...> - 2003-09-20 20:41:02
|
Update of /cvsroot/phpwebsite-comm/modules/staffman/class In directory sc8-pr-cvs1:/tmp/cvs-serv13420/class Modified Files: staffmanager.php Log Message: Sort all-view display by last name Index: staffmanager.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/staffman/class/staffmanager.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** staffmanager.php 5 Sep 2003 14:08:21 -0000 1.4 --- staffmanager.php 20 Sep 2003 20:40:49 -0000 1.5 *************** *** 177,180 **** --- 177,182 ---- case "aView": /* view all items in the list */ + $this->listName = "user"; // use sort from current user list + $this->setOrder("label"); // order by last name $_REQUEST["PHPWS_MAN_ITEMS"] = $this->_getIds(); //get array of all item ids $this->_view(); // and display the corresponding items |