Possible fix for SF Bug #417865.

This commit is contained in:
skeeter 2001-05-08 23:20:13 +00:00
parent 674ca9a1c9
commit 03a0805371

View File

@ -127,6 +127,8 @@
$phpgw_info['flags'] = $phpgw_info_flags;
$userid_array = explode('@',$db->f('session_lid'));
// Thinking this might solve auth_http problems
if($userid_array[1] == '') { $userid_array[1] = 'default'; }
$this->account_lid = $userid_array[0];
$this->update_dla();
$this->account_id = $phpgw->accounts->name2id($this->account_lid);