Skip to content
Snippets Groups Projects
Commit 4437bc59 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: split data.sql

Fix: defined mysqli driver by default
parent a542ab47
No related branches found
No related tags found
No related merge requests found
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment