* Finish task #73066.

This commit is contained in:
daitingting
2022-10-25 02:06:30 +00:00
parent b16928e96c
commit 9825419bd4
4 changed files with 6 additions and 7 deletions
+1 -3
View File
@@ -82,9 +82,7 @@ if($this->app->tab == 'project') js::set('objectID', $projectID);
</tr>
<?php $showExecution = (strpos(",$showFields,", ',execution,') !== false);?>
<tr>
<th>
<?php echo ($showExecution) ? $lang->bug->project : $lang->bug->type;?>
</th>
<th><?php echo $showExecution ? $lang->bug->project : $lang->bug->type;?></th>
<?php if(!$showExecution):?>
<?php $showOS = strpos(",$showFields,", ',os,') !== false;?>