* Finish Task #7711.
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
<th><?php echo $lang->testreport->members?></th>
|
||||
<td colspan='2'><?php foreach(explode(',', $report->members) as $member)echo zget($users, $member) . ' ';?></td>
|
||||
</tr>
|
||||
<?php if($config->global->flow != 'onlyTest' && !empty($project)):?>
|
||||
<?php if(!empty($project)):?>
|
||||
<tr>
|
||||
<th><?php echo $lang->testreport->goal?></th>
|
||||
<td colspan='2'><?php echo $project->desc?></td>
|
||||
|
||||
Reference in New Issue
Block a user