reverted Lars commit 24952, as it requires php5 and 1.4 is suposed to work with php4.3+

This commit is contained in:
Ralf Becker 2008-03-19 20:11:58 +00:00
parent d27055b2fd
commit 00ea4968e0

View File

@ -131,8 +131,7 @@
$this->common =& CreateObject('phpgwapi.common');
$this->hooks =& CreateObject('phpgwapi.hooks');
$this->auth =& CreateObject('phpgwapi.auth');
include_once(EGW_INCLUDE_ROOT.'/phpgwapi/inc/class.accounts.inc.php');
$this->accounts = accounts::getInstance();
$this->accounts =& CreateObject('phpgwapi.accounts');
$this->acl =& CreateObject('phpgwapi.acl');
/* Do not create the session object if called by the sessions class. This way
* we ensure the correct db based on the user domain.