* finish task#1366.

This commit is contained in:
chencongzhi520@gmail.com
2013-06-19 01:33:57 +00:00
parent 7875620dc8
commit 79eae99f5c
6 changed files with 4 additions and 97 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
$config->project = new stdclass();
$config->project->defaultWorkhours = 7;
$config->project->orderBy = 'isDone, `order`, status';
$config->project->orderBy = 'isDone, status';
$config->project->maxBurnDay = '30';
global $lang, $app;