mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 18:08:21 +01:00
using renamed addressbook_bo
This commit is contained in:
parent
974faa7483
commit
415527b677
@ -251,7 +251,7 @@ class uiforms extends uical
|
|||||||
{
|
{
|
||||||
$event['participants'][$data] = $event['participant_types']['u'][$data] = 'U';
|
$event['participants'][$data] = $event['participant_types']['u'][$data] = 'U';
|
||||||
}
|
}
|
||||||
elseif ((list($data) = ExecMethod2('addressbook.bocontacts.search',array(
|
elseif ((list($data) = ExecMethod2('addressbook.addressbook_bo.search',array(
|
||||||
'email' => $matches[2],
|
'email' => $matches[2],
|
||||||
'email_home' => $matches[2],
|
'email_home' => $matches[2],
|
||||||
),true,'','','',false,'OR')))
|
),true,'','','',false,'OR')))
|
||||||
|
Loading…
Reference in New Issue
Block a user