mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 15:18:58 +01:00
fix typo
This commit is contained in:
parent
cf1dad6d52
commit
07ddbdd0d6
@ -178,7 +178,7 @@ class sifaddressbook extends bocontacts
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(($foundContacts = bocontact::search($contact)))
|
if(($foundContacts = bocontacts::search($contact)))
|
||||||
{
|
{
|
||||||
error_log(print_r($foundContacts,true));
|
error_log(print_r($foundContacts,true));
|
||||||
return $foundContacts[0]['id'];
|
return $foundContacts[0]['id'];
|
||||||
|
Loading…
Reference in New Issue
Block a user