+ adjust code for release and build.

This commit is contained in:
shiyangyangwork@yahoo.cn
2012-01-03 03:02:48 +00:00
parent a4995694f8
commit 2f84f49ab5
11 changed files with 57 additions and 15 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ class build extends control
$this->view->header->title = $this->lang->build->view;
$this->view->position[] = $this->lang->build->view;
$this->view->products = $this->project->getProducts($build->project);
$this->view->users = $this->loadModel('user')->getPairs();
$this->view->users = $this->loadModel('user')->getPairs('noletter');
$this->view->build = $build;
$this->view->stories = $stories;
$this->view->bugs = $bugs;