Fixing style errors.

This commit is contained in:
stickler-ci 2022-11-17 14:35:43 +00:00
parent 40953db988
commit b4f7dcafcf
2 changed files with 3 additions and 3 deletions

View File

@ -493,10 +493,10 @@ if ($action != 'export_csv') {
print "<td></td>\n";
print '</tr>';
$parameters = array('arrayfields'=>$arrayfields, 'sql'=>$sql);
$parameters = array('arrayfields'=>$arrayfields, 'sql'=>$sql);
$reshook = $hookmanager->executeHooks('printFieldListFooter', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
print "</table>";
print '</form>';
}

View File

@ -1280,4 +1280,4 @@ print '</form>';
// End of page
llxFooter();
$db->close();
$db->close();