Fix: split data.sql

Fix: defined mysqli driver by default
This commit is contained in:
Regis Houssin 2009-10-25 07:42:55 +00:00
parent a542ab472c
commit 4437bc596f

View File

@ -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))