From bac62df9ebe7c65e0a3a15d53917962fa17cbb04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Fri, 24 Jun 2011 09:20:33 +0000 Subject: [PATCH] echo entfernt --- include/content.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/content.class.php b/include/content.class.php index be5c18550..7167117d6 100644 --- a/include/content.class.php +++ b/include/content.class.php @@ -815,7 +815,7 @@ class content extends basis_db WHERE contentchild_id='".addslashes($nachbar_id)."'; UPDATE campus.tbl_contentchild SET sort='".addslashes($nachbar_sort)."' WHERE contentchild_id='".addslashes($contentchild_id)."';"; - echo $qry; + if($this->db_query($qry)) return true; else