Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop

This commit is contained in:
Laurent Destailleur 2017-10-23 10:21:56 +02:00
commit 109d9cab85

View File

@ -514,6 +514,8 @@ if ($action == "set")
{
if (preg_match('/\.sql$/i',$file) && preg_match('/^llx_/i',$file))
{
if (preg_match('/^llx_accounting_account_/')) continue; // We discard data file of chart of account. Will be loaded when a chart is selected.
//print 'x'.$file.'-'.$createdata.'<br>';
if (is_numeric($createdata) || preg_match('/'.preg_quote($createdata).'/i',$file))
{