* show build in bug view page.

This commit is contained in:
wangchunsheng
2010-01-18 09:55:21 +00:00
parent b2eb6f13d4
commit 30aea65767
2 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -116,7 +116,7 @@
</tr>
<tr>
<th class='rowhead'><?php echo $lang->bug->openedBuild;?></th>
<td><?php echo $bug->openedBuild;?></td>
<td><?php echo $builds[$bug->openedBuild];?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->bug->labResolved;?></th>
@@ -124,7 +124,7 @@
</tr>
<tr>
<th class='rowhead'><?php echo $lang->bug->resolvedBuild;?></th>
<td><?php echo $bug->resolvedBuild;?></td>
<td><?php echo $builds[$bug->resolvedBuild];?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->bug->resolution;?></th>