* fix the error of finishedBy, not assignedTo.

This commit is contained in:
wangchunsheng
2012-05-03 00:40:02 +00:00
parent abec549313
commit 9f3eaf51d5

View File

@@ -110,7 +110,7 @@
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->finishedBy;?></th>
<td><?php echo html::select('assignedTo', $members, $task->assignedTo, 'class=select-1');?></td>
<td><?php echo html::select('finishedBy', $members, $task->finishedBy, 'class=select-1');?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->finishedDate;?></th>