forked from extern/egroupware
"using renamed addressbook_bo"
This commit is contained in:
parent
467313e5c5
commit
974faa7483
@ -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')))
|
||||
|
Loading…
Reference in New Issue
Block a user