* fix the bug.

This commit is contained in:
wangchunsheng
2009-11-05 07:19:34 +00:00
parent 95ca43f931
commit cf45ffc0b4
+1 -1
View File
@@ -75,7 +75,7 @@ class todo extends control
$this->assign('header', $header);
$this->assign('position', $position);
$this->assign('dates', $this->todo->buildDateList(0, 3));
$this->assign('dates', $this->todo->buildDateList());
$this->assign('times', $this->todo->buildTimeList());
$this->assign('todo', $todo);
$this->display();