* remove the debug code.

This commit is contained in:
wangchunsheng
2010-01-05 02:25:06 +00:00
parent 047f08f5b9
commit ac54e0bf57

View File

@@ -271,7 +271,7 @@ class projectModel extends model
$nextDay = date('Y-m-d', strtotime('next day', strtotime($current)));
$current = $nextDay;
$sets[$current]->name = $current;
$sets[$current]->value = '1'; // value为空这样fushioncharts不会打印节点。
$sets[$current]->value = ''; // value为空这样fushioncharts不会打印节点。
if($nextDay == $end) break;
}
}