comment out unused category object

This commit is contained in:
Miles Lott 2004-01-17 04:03:37 +00:00
parent 1824a46f63
commit 884bd3e020

View File

@ -57,7 +57,7 @@
$this->bo = CreateObject('addressbook.boaddressbook',True);
$this->cat = CreateObject('phpgwapi.categories');
$this->company = CreateObject('phpgwapi.categories','addressbook_company');
// $this->company = CreateObject('phpgwapi.categories','addressbook_company');
$this->prefs = $GLOBALS['phpgw_info']['user']['preferences']['addressbook'];
$this->_set_sessiondata();