This commit is contained in:
guotao@cnezsoft.com
2011-03-09 09:51:10 +00:00
parent ef28ac336a
commit dd2d36b91a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ class todo extends control
* Construct function, load model of task, bug, my.
*
* @access public
* @return void
* @return voidzentaoms\www
*/
public function __construct()
{
+1 -1
View File
@@ -23,7 +23,7 @@
</tr>
<tr>
<th class='rowhead'><?php echo $lang->todo->date;?></th>
<td><?php print($todo->date == todoModel::DAY_IN_FEATURE ? $lang->todo->dayInFeature : date(DT_DATE1, strtotime($todo->date)));?></td>
<td><?php print($todo->date == TODOModel::DAY_IN_FEATURE ? $lang->todo->dayInFeature : date(DT_DATE1, strtotime($todo->date)));?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->todo->type;?></th>