Aleksander Machniak
2015-04-08 d61d668b64c44fc046095b807834c4836a8c05c5
program/lib/Roundcube/rcube_session_db.php
@@ -143,7 +143,8 @@
     */
    public function update($key, $newvars, $oldvars)
    {
        $now        = $this->db->now();
        $now = $this->db->now();
        $ts  = microtime(true);
        // if new and old data are not the same, update data
        // else update expire timestamp only when certain conditions are met