fixed categories var being initialized somewhere between nowhere and nirvana

This commit is contained in:
Christian Binder 2009-11-20 09:05:23 +00:00
parent 2cba91f6bf
commit 6e8f5f453d

View File

@ -119,6 +119,12 @@ class addressbook_bo extends addressbook_so
* @var boolean
*/
var $default_private;
/**
* Categories object
*
* @var object
*/
var $categories;
function __construct($contact_app='addressbook')
{
@ -1503,8 +1509,6 @@ class addressbook_bo extends addressbook_so
return $adr_format;
}
var $categories;
/**
* Find existing categories in database by name or add categories that do not exist yet
* currently used for vcard import