* fix a bug : remove undefined value.

This commit is contained in:
zhujinyong
2013-01-15 07:11:29 +00:00
parent 466af5a135
commit d0b404b494
+1 -1
View File
@@ -20,7 +20,7 @@
</tr>
<tr>
<th class='rowhead'><?php echo $lang->todo->date;?></th>
<td><?php print($todo->date == TODOModel::DAY_IN_FUTURE ? $lang->todo->dayInFuture : date(DT_DATE1, strtotime($todo->date)));?></td>
<td><?php echo date(DT_DATE1, strtotime($todo->date));?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->todo->type;?></th>