From 4437bc596fda21387fefbae394c1680930b0f1ff Mon Sep 17 00:00:00 2001 From: Regis Houssin <regis@dolibarr.fr> Date: Sun, 25 Oct 2009 07:42:55 +0000 Subject: [PATCH] Fix: split data.sql Fix: defined mysqli driver by default --- htdocs/install/etape2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/etape2.php b/htdocs/install/etape2.php index 49f3edcf8af..4b207ed25c3 100644 --- a/htdocs/install/etape2.php +++ b/htdocs/install/etape2.php @@ -400,7 +400,7 @@ if ($_POST["action"] == "set") // Creation donnees $handle=opendir($dir); - dolibarr_install_syslog("Ouverture repertoire data ".$dir." handle=".$handle,LOG_DEBUG); + dolibarr_install_syslog("Ouverture repertoire ".$dir." handle=".$handle,LOG_DEBUG); while (($file = readdir($handle))!==false) { if (preg_match('/\.sql$/i',$file) && preg_match('/^llx_/i',$file)) -- GitLab