Compare commits

...

5 Commits

Author SHA1 Message Date
wangchunsheng
1c079a779f * fix the bug of burn data order. 2012-09-04 00:44:31 +00:00
wangchunsheng
ea76ef34b8 + re tag of 3.3. 2012-09-03 06:36:48 +00:00
wangchunsheng
4fb6c17d96 * re tag it. 2012-09-03 06:29:33 +00:00
wangchunsheng
5c4c146bac + tag of 3.3. 2012-09-03 05:49:47 +00:00
wangchunsheng
cbc9dbd8af + tag of 3.3. 2012-09-03 00:41:43 +00:00

View File

@@ -505,6 +505,7 @@ class projectModel extends model
unset($projectBurn->project);
}
ksort($projectBurns);
$burns[$projectID] = $projectBurns;
}