From 63391a5809d9ffbd5603f27421173375910877f5 Mon Sep 17 00:00:00 2001 From: oesi Date: Wed, 4 Mar 2015 10:11:26 +0100 Subject: [PATCH] =?UTF-8?q?Fehler=20beim=20L=C3=B6schen=20von=20Newseintr?= =?UTF-8?q?=C3=A4gen=20behoben?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/news.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/news.class.php b/include/news.class.php index 50c0f4474..0ba3525c5 100644 --- a/include/news.class.php +++ b/include/news.class.php @@ -196,8 +196,8 @@ class news extends basis_db if($this->load($news_id)) { $qry = " - DELETE FROM campus.tbl_news WHERE news_id=".$this->db_add_param($news_id, FHC_INTEGER)." - DELETE FROM campus.tbl_contentsprache WHERE content_id=".$this->db_add_param($this->content_id, FHC_INTEGER)." + DELETE FROM campus.tbl_news WHERE news_id=".$this->db_add_param($news_id, FHC_INTEGER)."; + DELETE FROM campus.tbl_contentsprache WHERE content_id=".$this->db_add_param($this->content_id, FHC_INTEGER)."; DELETE FROM campus.tbl_content WHERE content_id=".$this->db_add_param($this->content_id, FHC_INTEGER); if($this->db_query($qry))