From b4c4b517ab3923f19d0fc881d1232d5a2b067c05 Mon Sep 17 00:00:00 2001 From: skeeter Date: Sun, 7 Jan 2001 03:59:56 +0000 Subject: [PATCH] minor changes - can't remember --- phpgwapi/inc/phpgw_accounts_shared.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/phpgw_accounts_shared.inc.php b/phpgwapi/inc/phpgw_accounts_shared.inc.php index c283fd6b1f..2f24f68efd 100644 --- a/phpgwapi/inc/phpgw_accounts_shared.inc.php +++ b/phpgwapi/inc/phpgw_accounts_shared.inc.php @@ -22,7 +22,7 @@ $phpgw->accounts->phpgw_fillarray(); if(! $phpgw->preferences->account_id) { - $phpgw->preferences->preferences($phpgw_info["user"]["account_id"]); + $phpgw->preferences->preferences($phpgw_info["user"]["account_id"]); } $phpgw_info["user"]["preferences"] = $phpgw->preferences->get_preferences(); $this->groups = $this->read_groups($phpgw_info["user"]["userid"]);