mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 11:51:43 +02:00
Fixed undefined read_preferences()
This commit is contained in:
parent
0e29679846
commit
17c31cbcc4
@ -82,7 +82,7 @@
|
|||||||
"groups" => $phpgw->accounts->groups_array_to_string($n_groups)));
|
"groups" => $phpgw->accounts->groups_array_to_string($n_groups)));
|
||||||
|
|
||||||
// If the user is logged in, it will force a refresh of the session_info
|
// If the user is logged in, it will force a refresh of the session_info
|
||||||
$phpgw->db->query("update phpgw_sessions set session_info='' where session_lid='$new_loginid@" . $phpgw_info["user"]["domain"] . "'",__LINE__,__FILE__);
|
//$phpgw->db->query("update phpgw_sessions set session_info='' where session_lid='$new_loginid@" . $phpgw_info["user"]["domain"] . "'",__LINE__,__FILE__);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user