+ add funtion of task report

This commit is contained in:
wenjie@cnezsoft.com
2011-04-16 08:13:39 +00:00
parent a49e3510c8
commit 74a8292f49
4 changed files with 24 additions and 6 deletions

View File

@@ -521,6 +521,7 @@ class task extends control
$this->view->projectID = $projectID;
$this->view->browseType = $browseType;
$this->view->checkedCharts = $this->post->charts ? join(',', $this->post->charts) : '';
$this->display();
}
}