http://zentaoms.googlecode.com/svn/trunk/module/my/control.php@530
Index: control.php =================================================================== --- control.php (revision 529) +++ control.php (revision 530) @@ -99,7 +99,7 @@ $this->assign('header', $header); $this->assign('position', $position); $this->assign('tabID', 'task'); - $this->assign('tasks', $this->task->getUserTasks($this->app->user->account)); + $this->assign('tasks', $this->task->getUserTasks($this->app->user->account, 'wait,doing')); $this->display(); }