echo entfernt

This commit is contained in:
Andreas Österreicher
2011-06-24 09:20:33 +00:00
parent 66ede7ed0a
commit bac62df9eb
+1 -1
View File
@@ -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