program/include/rcube_session.php | ●●●●● patch | view | raw | blame | history |
program/include/rcube_session.php
@@ -77,7 +77,7 @@ array($this, 'mc_read'), array($this, 'mc_write'), array($this, 'mc_destroy'), array($this, 'rcube_gc')); array($this, 'gc')); } else { raise_error(array('code' => 604, 'type' => 'db', @@ -190,11 +190,13 @@ $key, base64_encode($vars), (string)$this->ip); } $this->unsets = array(); return true; } /** * Merge vars with old vars and apply unsets */ private function _fixvars($vars, $oldvars) { $ts = microtime(true);