Update list.php
This commit is contained in:
parent
66495f3a9d
commit
3cde9a27ab
@ -672,9 +672,7 @@ if (empty($reshook)) {
|
|||||||
}
|
}
|
||||||
$sql .= $hookmanager->resPrint;
|
$sql .= $hookmanager->resPrint;
|
||||||
// Add GroupBy from hooks
|
// Add GroupBy from hooks
|
||||||
//removing PHP8 warnings
|
$parameters = array('fieldstosearchall' => $fieldstosearchall);
|
||||||
$all, = isset($all,) ? $all, : '';
|
|
||||||
$parameters = array('all' => $all, 'fieldstosearchall' => $fieldstosearchall);
|
|
||||||
$reshook = $hookmanager->executeHooks('printFieldListGroupBy', $parameters, $object); // Note that $action and $object may have been modified by hook
|
$reshook = $hookmanager->executeHooks('printFieldListGroupBy', $parameters, $object); // Note that $action and $object may have been modified by hook
|
||||||
$sql .= $hookmanager->resPrint;
|
$sql .= $hookmanager->resPrint;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user