reverted Lars commit 24953, 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:07:30 +00:00
parent 397c1bcf89
commit cf5515c1ef

View File

@ -428,7 +428,7 @@
if ($fill_egw_info_and_repositories)
{
$GLOBALS['egw']->acl->acl($this->account_id);
accounts::getInstance()->setAccountId($this->account_id);
$GLOBALS['egw']->accounts->accounts($this->account_id);
$GLOBALS['egw']->preferences->preferences($this->account_id);
$GLOBALS['egw']->applications->applications($this->account_id);
}
@ -1019,7 +1019,7 @@
function read_repositories($cached='',$write_cache=True)
{
$GLOBALS['egw']->acl->acl($this->account_id);
accounts::getInstance()->setAccountId($this->account_id);
$GLOBALS['egw']->accounts->accounts($this->account_id);
$GLOBALS['egw']->preferences->preferences($this->account_id);
$GLOBALS['egw']->applications->applications($this->account_id);