From 30cdfa755db75c2a0139cf45be14de330b32f5ce Mon Sep 17 00:00:00 2001
From: Rodolphe Quiedeville <rodolphe@quiedeville.org>
Date: Wed, 20 Oct 2004 09:20:32 +0000
Subject: [PATCH] Ajout parametre ini_set pour mbstring.func_overload

---
 htdocs/master.inc.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/htdocs/master.inc.php b/htdocs/master.inc.php
index 5b27d89707d..96108a64fd6 100644
--- a/htdocs/master.inc.php
+++ b/htdocs/master.inc.php
@@ -27,6 +27,7 @@ define('DOL_VERSION','1.2.0-DEV');
 
 define_syslog_variables();
 
+ini_set('mbstring.func_overload','0');
 
 if (! @include_once("conf/conf.php"))
 {
-- 
GitLab