- remove redundant code.

This commit is contained in:
zhujinyong
2012-08-24 08:29:21 +00:00
parent c211260480
commit df9f5c28e0

View File

@@ -32,7 +32,6 @@ class report extends control
{
$this->view->header->title = $this->lang->report->projectDeviation;
$this->view->projects = $this->report->getProjects();
$this->view->users = $this->loadModel('user')->getPairs('noletter|noclosed');
$this->view->submenu = 'project';
$this->display();
}