From cf45ffc0b4569cb3241a1ef67d45409eae9a2ca1 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Thu, 5 Nov 2009 07:19:34 +0000 Subject: [PATCH] * fix the bug. --- module/todo/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/todo/control.php b/module/todo/control.php index 38e8e49d51..e8b72e0d7d 100644 --- a/module/todo/control.php +++ b/module/todo/control.php @@ -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();