public function delete() { $this->db->query("DELETE FROM newscenter WHERE newscenter_id = '$this->newscenter_id'"); $this->db->execute(); $label_text = $this->languageTranslate('newsdelete'); $this->adminLog($label_text.' '.$this->newscenter_id); $this->sendMessage('success','S218'); }