* rename computeburn.bat.

* adjust the notice.
This commit is contained in:
wangchunsheng
2012-12-25 02:26:14 +00:00
parent c6ddb8dcdb
commit 5881a8050d
2 changed files with 1 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ class computeburn
public function run()
{
$result = $this->zentao->fetchModel('project', 'computeburn');
if(empty($result)) die("Nothing to computburn.");
if(empty($result)) die("Nothing to compute.");
foreach($result as $burns)
{
echo $burns->project . "\t";