Var not used

This commit is contained in:
Laurent Destailleur
2023-06-30 11:07:13 +02:00
parent c47348b1e5
commit 763fcc4a67

View File

@@ -486,7 +486,7 @@ function getBrowserInfo($user_agent)
*/
function dol_shutdown()
{
global $conf, $user, $langs, $db;
global $user, $langs, $db;
$disconnectdone = false;
$depth = 0;
if (is_object($db) && !empty($db->connected)) {