Add protection on upload if file already exists

This commit is contained in:
Laurent Destailleur
2008-05-04 15:19:02 +00:00
parent 37bae6699e
commit 3ab531f65f
21 changed files with 113 additions and 151 deletions

View File

@@ -277,7 +277,7 @@ class Ldap
{
$this->error='Failed to connect to LDAP';
$return=-1;
dolibarr_syslog("Ldap::connect_bind return=".$return, LOG_WARN);
dolibarr_syslog("Ldap::connect_bind return=".$return, LOG_WARNING);
}
return $return;
}