modification because of changes in bo_tracking (calling the constructor now neccessary)

This commit is contained in:
Ralf Becker 2007-06-10 08:51:42 +00:00
parent fc3c7a40ad
commit 4b72cd5bb0

View File

@ -70,6 +70,8 @@ class addressbook_tracking extends bo_tracking
*/
function addressbook_tracking(&$bocontacts)
{
$this->bo_tracking(); // calling the constructor of the extended class
$this->contacts =& $bocontacts;
}