mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 05:11:42 +02:00
Code cleanup
This commit is contained in:
@@ -5786,7 +5786,7 @@ e107::getDebug()->log($sc_parameters);
|
||||
$text .= "
|
||||
<tr><td colspan='2'>";
|
||||
|
||||
$text .= (varset($writeParms['nolabel']) == 2) ? '' : "<div style='padding-bottom:8px'>".$leftCell."</div>" ;
|
||||
$text .= (isset($writeParms['nolabel']) && $writeParms['nolabel'] == 2) ? '' : "<div style='padding-bottom:8px'>".$leftCell."</div>" ;
|
||||
$text .= $rightCell."
|
||||
</td>
|
||||
|
||||
|
Reference in New Issue
Block a user