* Code for task#633.

This commit is contained in:
chencongzhi520@gmail.com
2012-06-13 06:16:07 +00:00
parent 0c0eca75d1
commit dbc7b70792
8 changed files with 85 additions and 91 deletions
+2 -1
View File
@@ -154,7 +154,8 @@ class project extends control
if($this->session->taskQuery == false) $this->session->set('taskQuery', ' 1 = 1');
}
$taskQuery = str_replace("`project` = 'all'", '1', $this->session->taskQuery); // Search all project.
$this->session->set('taskReportCondition', $taskQuery);
$this->session->set('taskQueryCondition', $taskQuery);
$this->session->set('taskOrderBy', $orderBy);
$tasks = $this->project->getSearchTasks($taskQuery, $pager, $orderBy);
}