trying to gain speed effeciencies.

This commit is contained in:
skeeter 2001-03-31 14:40:52 +00:00
parent f99672dca8
commit d13a6b11c9

View File

@ -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."'"