mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 15:18:58 +01:00
trying to gain speed effeciencies.
This commit is contained in:
parent
f99672dca8
commit
d13a6b11c9
@ -405,9 +405,8 @@
|
|||||||
// $data = $phpgw->common->decrypt($data);
|
// $data = $phpgw->common->decrypt($data);
|
||||||
// $data = stripslashes($data);
|
// $data = stripslashes($data);
|
||||||
$data = $phpgw->crypto->decrypt($data);
|
$data = $phpgw->crypto->decrypt($data);
|
||||||
$data = unserialize($data);
|
return unserialize($data);
|
||||||
|
|
||||||
return $data;
|
|
||||||
} else {
|
} else {
|
||||||
$phpgw->db->query("select content from phpgw_app_sessions where "
|
$phpgw->db->query("select content from phpgw_app_sessions where "
|
||||||
. "sessionid = '".$this->sessionid."' and loginid = '".$this->account_id."'"
|
. "sessionid = '".$this->sessionid."' and loginid = '".$this->account_id."'"
|
||||||
|
Loading…
Reference in New Issue
Block a user