* code for task#1896.

This commit is contained in:
xia0ta0
2014-06-18 13:36:12 +08:00
parent 697e1b5967
commit 2bc26e6bf5
+1 -1
View File
@@ -688,7 +688,7 @@ class projectModel extends model
}
// Process the end time.
$project->end = date(DT_DATE4, strtotime($project->end));
$project->end = date("Y-m-d", strtotime($project->end));
/* Process the burns. */
$project->burns = array();