Bugfix
This commit is contained in:
parent
e164ab954e
commit
3d476b878c
@ -201,10 +201,8 @@ foreach ($newfiles as $xfile)
|
|||||||
{
|
{
|
||||||
if (is_readable($xfile))
|
if (is_readable($xfile))
|
||||||
{
|
{
|
||||||
// if ( _verif($db, $xfile) == 0)
|
if ( _verif($db, $xfile) == 0)
|
||||||
if (true)
|
|
||||||
{
|
{
|
||||||
|
|
||||||
dolibarr_syslog("Lecture du fichier $xfile");
|
dolibarr_syslog("Lecture du fichier $xfile");
|
||||||
|
|
||||||
$error = 0;
|
$error = 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user