Subversion Repositories cheapmusic

Rev

Rev 21 | Rev 26 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21 Rev 22
Line 109... Line 109...
109
        return '';
109
        return '';
110
    }
110
    }
111
 
111
 
112
    public function write($id, $data)
112
    public function write($id, $data)
113
    {
113
    {
114
        return; // see commit()
114
        return true; // see commit()
115
    }
115
    }
116
 
116
 
117
    public static function commit($id)
117
    public static function commit($id)
118
    {
118
    {
119
        $id = mysqli_real_escape_string(self::$_sess_db, $id);
119
        $id = mysqli_real_escape_string(self::$_sess_db, $id);