* updata upgrade.

This commit is contained in:
shiyangyangwork@yahoo.cn
2011-09-21 06:50:28 +00:00
parent 9d2597eea8
commit ebc04bf7a3
5 changed files with 35 additions and 2 deletions
+1 -1
View File
@@ -432,7 +432,7 @@ class project extends control
$sets = $this->project->getBurnDataFlot($project->id);
$count = $sets['count'];
unset($sets['count']);
$dataJSON = $this->report->createSingleXMLFlot($sets);
$dataJSON = $this->report->createSingleJSON($sets);
$charts = $this->report->createJSChartFlot($project->name, $dataJSON, $count, 700, 350);
/* Assign. */