Fixing style errors.

This commit is contained in:
stickler-ci 2021-04-23 16:05:24 +00:00
parent a28402e3a0
commit 9fbb5087b9

View File

@ -611,7 +611,7 @@ if ($action == 'create') {
// Add fields from hooks // Add fields from hooks
$parameters = array(); $parameters = array();
$reshook = $hookmanager->executeHooks('printFieldListSelect', $parameters); // Note that $action and $object may have been modified by hook $reshook = $hookmanager->executeHooks('printFieldListSelect', $parameters); // Note that $action and $object may have been modified by hook
if($reshook > 0){ //Note that $sql is replaced if reshook > 0 if ($reshook > 0) { //Note that $sql is replaced if reshook > 0
$sql = ""; $sql = "";
} }
$sql .= $hookmanager->resPrint; $sql .= $hookmanager->resPrint;