Fix phpcs
This commit is contained in:
parent
e454ee783f
commit
a2a89637a2
@ -255,7 +255,7 @@ if (! empty($extrafields->attributes[$object->table_element]['label'])) {
|
|||||||
}
|
}
|
||||||
// Add where from hooks
|
// Add where from hooks
|
||||||
$parameters=array();
|
$parameters=array();
|
||||||
$reshook=$hookmanager->executeHooks('printFieldListGroupBy',$parameters); // Note that $action and $object may have been modified by hook
|
$reshook=$hookmanager->executeHooks('printFieldListGroupBy', $parameters); // Note that $action and $object may have been modified by hook
|
||||||
$sql.=$hookmanager->resPrint;
|
$sql.=$hookmanager->resPrint;
|
||||||
$sql=preg_replace('/,\s*$/', '', $sql);
|
$sql=preg_replace('/,\s*$/', '', $sql);
|
||||||
$totalnboflines = 0;
|
$totalnboflines = 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user