From 763fcc4a6723981beee0e704882e0b28303592b4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 30 Jun 2023 11:07:13 +0200 Subject: [PATCH] Var not used --- htdocs/core/lib/functions.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index 6d5ba5d5eee..0779ae563e2 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -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)) {