Fix phpcs
This commit is contained in:
parent
6c2b8f35fb
commit
cf3e556f6b
@ -34,7 +34,7 @@ $var=true;
|
|||||||
foreach($linkedObjectBlock as $key => $objectlink)
|
foreach($linkedObjectBlock as $key => $objectlink)
|
||||||
{
|
{
|
||||||
$ilink++;
|
$ilink++;
|
||||||
|
|
||||||
$trclass=($var?'pair':'impair');
|
$trclass=($var?'pair':'impair');
|
||||||
if ($ilink == count($linkedObjectBlock) && empty($noMoreLinkedObjectBlockAfter) && count($linkedObjectBlock) <= 1) $trclass.=' liste_sub_total';
|
if ($ilink == count($linkedObjectBlock) && empty($noMoreLinkedObjectBlockAfter) && count($linkedObjectBlock) <= 1) $trclass.=' liste_sub_total';
|
||||||
?>
|
?>
|
||||||
@ -73,7 +73,7 @@ if (count($linkedObjectBlock) > 1)
|
|||||||
<td align="right"></td>
|
<td align="right"></td>
|
||||||
<td align="right"></td>
|
<td align="right"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user