diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index 0e048a995e4..77df4e38a09 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -2408,8 +2408,6 @@ function _dol_htmlentities($stringtoencode,$isstringalreadyhtml) */ function encodedecode_dbpassconf($level=0) { - global $conf; - $config = ''; if ($fp = fopen(DOL_DOCUMENT_ROOT.'/conf/conf.php','r'))