mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +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 = stripslashes($data);
|
||||
$data = $phpgw->crypto->decrypt($data);
|
||||
$data = unserialize($data);
|
||||
return unserialize($data);
|
||||
|
||||
return $data;
|
||||
} else {
|
||||
$phpgw->db->query("select content from phpgw_app_sessions where "
|
||||
. "sessionid = '".$this->sessionid."' and loginid = '".$this->account_id."'"
|
||||
|
Loading…
Reference in New Issue
Block a user