From ee32394d8fa491d152df1c3c56631a9c31d53649 Mon Sep 17 00:00:00 2001 From: PaulT Date: Thu, 1 Mar 2018 13:22:20 -0500 Subject: [PATCH] Update GetConfig.php --- includes/GetConfig.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/GetConfig.php b/includes/GetConfig.php index eb8064589..abc1f696a 100644 --- a/includes/GetConfig.php +++ b/includes/GetConfig.php @@ -4,7 +4,6 @@ /* $Id$*/ if(isset($ForceConfigReload) AND $ForceConfigReload==true OR !isset($_SESSION['CompanyDefaultsLoaded'])) { - global $db; // It is global, we may not be. $sql = "SELECT confname, confvalue FROM config"; $ErrMsg = _('Could not get the configuration parameters from the database because'); $ConfigResult = DB_query($sql,$ErrMsg);