Fixing style errors.
This commit is contained in:
parent
dfe0ccee45
commit
b9bdd9ed8a
@ -481,13 +481,13 @@ if ($object->id > 0) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$parameters = array();
|
$parameters = array();
|
||||||
$reshook = $hookmanager->executeHooks('addMoreBoxStatsSupplier', $parameters, $object, $action);
|
$reshook = $hookmanager->executeHooks('addMoreBoxStatsSupplier', $parameters, $object, $action);
|
||||||
if (empty($reshook)) {
|
if (empty($reshook)) {
|
||||||
$boxstat .= $hookmanager->resPrint;
|
$boxstat .= $hookmanager->resPrint;
|
||||||
}
|
}
|
||||||
|
|
||||||
$boxstat .= '</td></tr>';
|
$boxstat .= '</td></tr>';
|
||||||
$boxstat .= '</table>';
|
$boxstat .= '</table>';
|
||||||
$boxstat .= '</div>';
|
$boxstat .= '</div>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user