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();