* finish task #2495.

This commit is contained in:
chenfeiCF
2016-02-17 15:20:51 +08:00
parent 8b1c8fb46f
commit ae9b46a05f
8 changed files with 91 additions and 21 deletions
+4
View File
@@ -83,6 +83,10 @@
<th><?php echo $lang->testtask->owner;?></th>
<td><?php echo $users[$task->owner];?></td>
</tr>
<tr>
<th><?php echo $lang->testtask->mailto;?></th>
<td><?php $mailto = explode(',', str_replace(' ', '', $task->mailto)); foreach($mailto as $account) echo ' ' . zget($users, $account, $account);?></td>
</tr>
<tr>
<th><?php echo $lang->testtask->pri;?></th>
<td><?php echo $task->pri;?></td>