db close must do AFTER llxFooter() call

This commit is contained in:
BENKE Charlie 2015-12-07 10:56:37 +01:00
parent 5710bcd38a
commit 771f7183d4

View File

@ -576,6 +576,6 @@ print '</table>';
print '<br>';
llxFooter();
$db->close();
llxFooter();