if ($this->db->query("DELETE FROM nuke_bbprivmsgs_text WHERE privmsgs_text_id IN ('".implode("','", $ids)."')")) {
                                return true;
                            } else {
                                throw new Exception($this->db->error."\n".$query); 
                                return false;