bocontacts --> addressbook_bo

This commit is contained in:
Ralf Becker 2008-05-15 08:53:47 +00:00
parent 459461347e
commit 8c32661218

View File

@ -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)
{ {