* complete task 223:send email to users when task has changed.

This commit is contained in:
fujia
2010-06-21 06:51:15 +00:00
parent 9b32e01e34
commit 0d8748f2ba
7 changed files with 111 additions and 4 deletions
+4
View File
@@ -111,6 +111,10 @@
<th class='rowhead'><?php echo $lang->task->pri;?></th>
<td><?php $lang->show($lang->task->priList, $task->pri);?></td>
</tr>
<tr>
<td class='rowhead w-p20'><?php echo $lang->task->mailto;?></td>
<td><?php $mailto = explode(',', str_replace(' ', '', $task->mailto)); foreach($mailto as $account) echo ' ' . $users[$account]; ?></td>
</tr>
</table>
</fieldset>
<fieldset>