"using renamed addressbook_bo"

This commit is contained in:
Ralf Becker 2008-05-10 20:06:39 +00:00
parent 467313e5c5
commit 974faa7483

View File

@ -189,6 +189,7 @@
switch($icalFieldName)
{
case 'ATTENDEE':
//if (count($event['participants']) == 1 && isset($event['participants'][$this->user])) break;
foreach((array)$event['participants'] as $uid => $status)
{
if (!($info = $this->resource_info($uid))) continue;
@ -790,7 +791,7 @@
{
// we use the account we found
}
elseif ((list($data) = ExecMethod2('addressbook.bocontacts.search',array(
elseif ((list($data) = ExecMethod2('addressbook.addressbook_bo.search',array(
'email' => $email,
'email_home' => $email,
),true,'','','',false,'OR')))