Fixing style errors.
This commit is contained in:
parent
a28402e3a0
commit
9fbb5087b9
@ -611,7 +611,7 @@ if ($action == 'create') {
|
||||
// Add fields from hooks
|
||||
$parameters = array();
|
||||
$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 .= $hookmanager->resPrint;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user