This commit is contained in:
Cornelius Weiß 2006-10-25 10:11:19 +00:00
parent cf1dad6d52
commit 07ddbdd0d6

View File

@ -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'];