From 8c32661218040a580402caf161d6c98e7836dc5d Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 15 May 2008 08:53:47 +0000 Subject: [PATCH] bocontacts --> addressbook_bo --- infolog/inc/class.boinfolog.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infolog/inc/class.boinfolog.inc.php b/infolog/inc/class.boinfolog.inc.php index 175d2445ea..2d2cd77d82 100644 --- a/infolog/inc/class.boinfolog.inc.php +++ b/infolog/inc/class.boinfolog.inc.php @@ -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) {