This commit is contained in:
Arnaud Aujon 2015-05-04 11:36:53 +02:00
parent d8027bd71d
commit d27934419c

View File

@ -336,7 +336,7 @@ function getContact($authentication,$id,$ref_ext)
else else
{ {
$error++; $error++;
$errorcode='NOT_FOUND'; $errorlabel='Object not found for id='.$id.' nor ref='.$ref.' nor ref_ext='.$ref_ext; $errorcode='NOT_FOUND'; $errorlabel='Object not found for id='.$id.' nor ref_ext='.$ref_ext;
} }
} }