From 57e8acc5ec0afb0745d5af80922eef6662f64787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Wed, 6 Jul 2011 14:47:02 +0000 Subject: [PATCH] =?UTF-8?q?Sortierung=20hinzugef=C3=BCgt=20damit=20die=20E?= =?UTF-8?q?intr=C3=A4ge=20nicht=20rumspringen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 b3478cf0f..96c49fed2 100644 --- a/include/content.class.php +++ b/include/content.class.php @@ -703,7 +703,7 @@ class content extends basis_db tbl_content.template_kurzbz<>'news' AND content_id NOT IN (SELECT child_content_id FROM campus.tbl_contentchild WHERE child_content_id=tbl_content.content_id) ) as a - ORDER BY sort"; + ORDER BY sort, content_id"; if($result = $this->db_query($qry)) {