svncommit
2005-10-03 d3d42bde2a5d5e2c7915ee30b79dfde132feaed7
program/include/rcube_db.inc
@@ -142,7 +142,7 @@
        if (!$this->db_handle)
            return FALSE;
    
        return $this->last_res_id->affectedRows();
        return $this->db_handle->affectedRows();
    }
    function insert_id($sequence = '')