minor changes - can't remember

This commit is contained in:
skeeter 2001-01-07 03:59:56 +00:00
parent 95b43e0ec3
commit b4c4b517ab

View File

@ -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"]);