db close must do AFTER llxFooter() call

This commit is contained in:
BENKE Charlie 2015-12-07 11:01:48 +01:00
parent c60178c95f
commit 63fd4cd6c0

View File

@ -218,7 +218,7 @@ if ($user->rights->bookmark->creer)
print '</div>';
llxFooter();
$db->close();
llxFooter();