+ bug: when create a bug, add the build field.

* adjust the user::getPairs() method.
This commit is contained in:
wangchunsheng
2010-01-18 09:44:57 +00:00
parent f8a9a55685
commit b2eb6f13d4
12 changed files with 88 additions and 43 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ class my extends control
/* 赋值。*/
$this->view->stories = $this->loadModel('story')->getUserStories($this->app->user->account, 'doing,wait');
$this->view->users = $this->user->getPairs($this->app->company->id, 'noletter');
$this->view->users = $this->user->getPairs('noletter');
$this->display();
}