* fix the error of type field.

This commit is contained in:
wangchunsheng
2010-02-20 02:28:52 +00:00
parent 1ec2699be0
commit 02c11698a2

View File

@@ -86,7 +86,7 @@
</tr>
<tr>
<td class='rowhead'><?php echo $lang->bug->type;?></td>
<td><?php if(isset($bug->typeList[$bug->type])) echo $lang->bug->typeList[$bug->type]; else echo $bug->type;?></td>
<td><?php if(isset($lang->bug->typeList[$bug->type])) echo $lang->bug->typeList[$bug->type]; else echo $bug->type;?></td>
</tr>
<tr>