|
@@ -255,7 +255,7 @@ if (! empty($extrafields->attributes[$object->table_element]['label'])) {
|
|
|
}
|
|
|
// Add where from hooks
|
|
|
$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=preg_replace('/,\s*$/', '', $sql);
|
|
|
$totalnboflines = 0;
|