Skip to content

Commit

Permalink
Update GetConfig.php
Browse files Browse the repository at this point in the history
  • Loading branch information
TurboPT committed Mar 1, 2018
1 parent d04c256 commit ee32394
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion includes/GetConfig.php
Expand Up @@ -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);
Expand Down

0 comments on commit ee32394

Please sign in to comment.