* finish task #2317.

This commit is contained in:
wangyidong
2015-08-27 14:49:33 +08:00
parent 7bb9a3f923
commit 09ecfa30dd
4 changed files with 79 additions and 12 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
</tr>
<tr>
<td><?php echo $lang->bug->assignedTo?></div>
<td><?php echo html::select('assignedTo', $users, $bug->openedBy);?></div>
<td><?php echo html::select('assignedTo', $users, $assignedTo);?></div>
</tr>
<tr>
<td><?php echo $lang->comment;?></td>