* Finish task #78676.
This commit is contained in:
@@ -377,7 +377,13 @@
|
||||
<tr>
|
||||
<th><?php echo $lang->release->branch;?></th>
|
||||
<td>
|
||||
<?php foreach($release->branches as $branchID) echo zget($branches, $branchID, '') . ' ';?>
|
||||
<?php
|
||||
foreach($release->branches as $branchID)
|
||||
{
|
||||
echo zget($branches, $branchID, '');
|
||||
if($branchID != end($release->branches)) echo ', ';
|
||||
}
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php endif;?>
|
||||
|
||||
Reference in New Issue
Block a user