* Modified the name of a var

This commit is contained in:
shiyangyangwork@yahoo.cn
2011-04-28 06:20:14 +00:00
parent 0a5a0c37fd
commit 2d6e1cbef4
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -106,7 +106,7 @@
</td>
</tr>
<?php endforeach;?>
<tr><td colspan = 12 class ='a-right'><?php printf($lang->project->taskSummary, $groupSum, $groupWait,$groupDoing,$groupDone,$groupCancel,$groupEstimate,$groupConsumed,$groupLeft);?></td></tr>
<tr><td colspan = 12 class ='a-right'><?php printf($lang->project->taskSummaryAll, $groupSum, $groupWait,$groupDoing,$groupDone,$groupCancel,$groupEstimate,$groupConsumed,$groupLeft);?></td></tr>
<?php endforeach;?>
<?php
if(count($tasks) == 0) $taskSum = 0;