From d4a1af56b49f91d760a803eb8acab1b51d3aea4c Mon Sep 17 00:00:00 2001 From: zhujinyong Date: Sat, 6 Jul 2013 08:52:01 +0000 Subject: [PATCH] * note for getEstimateById. --- module/task/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/task/model.php b/module/task/model.php index a98b74ba0c..69ed5dbfac 100644 --- a/module/task/model.php +++ b/module/task/model.php @@ -880,7 +880,7 @@ class taskModel extends model ->where('id')->eq($estimateID) ->fetch(); - /* Decide if the estimate is the last one of this task. */ + /* If the estimate is the last of its task, status of task will be checked. */ $lastID = $this->dao->select('id') ->from(TABLE_TASKESTIMATE) ->where('task')->eq($estimate->task)