This commit is contained in:
Rodolphe Quiedeville 2005-11-08 14:16:07 +00:00
parent e164ab954e
commit 3d476b878c

View File

@ -201,10 +201,8 @@ foreach ($newfiles as $xfile)
{
if (is_readable($xfile))
{
// if ( _verif($db, $xfile) == 0)
if (true)
if ( _verif($db, $xfile) == 0)
{
dolibarr_syslog("Lecture du fichier $xfile");
$error = 0;