* Initialed variables '$orderBy' and '$projectID';

This commit is contained in:
liukmqd@gmail.com
2011-05-02 03:40:26 +00:00
parent b1fd05b359
commit e22ff8cdcf
+2 -1
View File
@@ -256,7 +256,8 @@ class project extends control
$this->view->tabID = 'task';
$this->view->groupByList = $groupByList;
$this->view->browseType = 'group';
$this->view->groupBy = $groupBy;
$this->view->orderBy = $groupBy;
$this->view->projectID = $projectID;
$this->view->users = $users;
$this->display();
}