* code for task#1894.

This commit is contained in:
xia0ta0
2014-06-18 09:37:01 +08:00
parent 9b7eb2f9c4
commit 0337b3337f
+1 -1
View File
@@ -87,7 +87,7 @@
<th><?php echo $lang->task->mailto;?></th>
<td colspan='2'>
<?php
echo html::select('mailto[]', $users, str_replace(' ', '', $task->mailto), "multiple class='form-control'");
echo html::select('mailto[]', $members, str_replace(' ', '', $task->mailto), "multiple class='form-control'");
if($contactLists) echo html::select('', $contactLists, '', "class='form-control' onchange=\"setMailto('mailto', this.value)\"");
?>
</td>