* finish task#1218.

This commit is contained in:
chencongzhi520@gmail.com
2013-04-10 05:34:36 +00:00
parent 4708c33b39
commit 70f144d242
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
<table width='98%' align='center'>
<tr class='header'>
<td>
BUG #<?php echo $bug->id . "=>$bug->assignedTo " . html::a(common::getSysURL() . $this->createLink('bug', 'view', "bugID=$bug->id"), $bug->title);?>
BUG #<?php echo $bug->id . "=>{$users[$bug->assignedTo]} " . html::a(common::getSysURL() . $this->createLink('bug', 'view', "bugID=$bug->id"), $bug->title);?>
</td>
</tr>
<tr>