if ($this->pending) {
                $where = array( "qid = ?" => $this->id );

                $this->db->delete("nuke_queue", $where);
            } else {