* Fix bug #13939.
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
<td><?php echo zget($users, $bug->openedBy);?></td>
|
||||
<?php endif;?>
|
||||
<?php if($app->rawMethod == 'work'):?>
|
||||
<td class="text-center <?php echo (isset($bug->delay) and $bug->status == 'active') ? 'delayed' : '';?>"><?php echo $bug->deadline;?></td>
|
||||
<td class="text-center <?php echo (isset($bug->delay) and $bug->status == 'active') ? 'delayed' : '';?>"><?php if(substr($bug->deadline, 0, 4) > 0) echo substr($bug->deadline, 5, 6);?></td>
|
||||
<?php endif;?>
|
||||
<?php if($type != 'assignedTo'): ?>
|
||||
<td class='c-assignedTo has-btn'><?php $this->bug->printAssignedHtml($bug, $users);?></td>
|
||||
|
||||
Reference in New Issue
Block a user