mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 22:42:16 +00:00
Sortierung hinzugefügt damit die Einträge nicht rumspringen
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user