* finish task#729

This commit is contained in:
chencongzhi520@gmail.com
2012-04-21 06:59:24 +00:00
parent 37b3d45e06
commit 64c1255e2d
+1 -1
View File
@@ -262,7 +262,7 @@
</tr>
<tr>
<td class='rowhead'><?php echo $lang->bug->toTask;?></td>
<td><?php if($bug->toTask != 0) echo html::a($this->createLink('bug', 'view', "bugID=$bug->toTask"), "#$bug->toTask $bug->toTaskTitle", '_blank');?></td>
<td><?php if($bug->toTask != 0) echo html::a($this->createLink('task', 'view', "taskID=$bug->toTask"), "#$bug->toTask $bug->toTaskTitle", '_blank');?></td>
</tr>
</table>
</fieldset>