mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
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
|
||||
$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))
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user