Fix: split data.sql
Fix: defined mysqli driver by default
This commit is contained in:
parent
a542ab472c
commit
4437bc596f
@ -400,7 +400,7 @@ if ($_POST["action"] == "set")
|
|||||||
|
|
||||||
// Creation donnees
|
// Creation donnees
|
||||||
$handle=opendir($dir);
|
$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)
|
while (($file = readdir($handle))!==false)
|
||||||
{
|
{
|
||||||
if (preg_match('/\.sql$/i',$file) && preg_match('/^llx_/i',$file))
|
if (preg_match('/\.sql$/i',$file) && preg_match('/^llx_/i',$file))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user