From 2a589e33dbf1992c02e8310284b1745723dd3661 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Thu, 10 Mar 2011 03:44:08 +0000 Subject: [PATCH] * adjust the todo days in feature. --- module/todo/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/todo/config.php b/module/todo/config.php index 2697a7efb8..e481add4e4 100644 --- a/module/todo/config.php +++ b/module/todo/config.php @@ -1,7 +1,7 @@ todo->create->requiredFields = 'name'; $config->todo->edit->requiredFields = 'name'; -$config->todo->dates->end = 3; +$config->todo->dates->end = 15; $config->todo->times->begin = 9; $config->todo->times->end = 22; $config->todo->times->delta = 15;