Update functions.lib.php

This commit is contained in:
Zephyriony
2024-03-16 00:49:12 +01:00
committed by GitHub
parent 3fba583ffa
commit 3b0bd0c427

View File

@@ -13969,7 +13969,7 @@ function recordNotFound($message = '', $printheader = 1, $printfooter = 1, $show
}
if ($printfooter && function_exists("llxFooter")) {
llxFooter();
llxFooter();
}
exit(0);
}