mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +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
|
// find the addressbookentry to link with
|
||||||
$addressbook =& CreateObject('addressbook.bocontacts');
|
$addressbook = new addressbook_bo();
|
||||||
$contacts = array();
|
$contacts = array();
|
||||||
foreach ($email as $mailadr)
|
foreach ($email as $mailadr)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user