mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
bocontacts --> addressbook_bo
This commit is contained in:
parent
459461347e
commit
8c32661218
@ -897,7 +897,7 @@ class boinfolog
|
||||
),
|
||||
);
|
||||
// find the addressbookentry to link with
|
||||
$addressbook =& CreateObject('addressbook.bocontacts');
|
||||
$addressbook = new addressbook_bo();
|
||||
$contacts = array();
|
||||
foreach ($email as $mailadr)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user