From 2d080c3f909ac8f7659ac2fa7f547fd69478fa43 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 25 Apr 2007 11:53:50 +0000 Subject: [PATCH] Fix: global inutile --- htdocs/lib/functions.inc.php | 2 -- 1 file changed, 2 deletions(-) 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'))