* when closed, email the finishedBy.

This commit is contained in:
wangchunsheng
2011-03-04 07:34:27 +00:00
parent 719c2347b0
commit e6bba259c2
+4
View File
@@ -434,6 +434,10 @@ class task extends control
$ccList = substr($ccList, $commaPos + 1);
}
}
elseif(strtolower($toList) == 'closed')
{
$toList = $task->finishedBy;
}
/* Get action info. */
$action = $this->action->getById($actionID);