From c5ea4026c49314a736cc460b05d0a90a28a2307e Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Tue, 23 Jan 2001 22:32:01 +0000 Subject: [PATCH] - small update to display the section in alphabetical order --- modules/section.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/section.module b/modules/section.module index adaaec524ffe..3ef7331f6b1a 100644 --- a/modules/section.module +++ b/modules/section.module @@ -79,7 +79,7 @@ function section_display() { $dump = $_section[dump]; // Perform query: - $result = db_query("SELECT * FROM sections"); + $result = db_query("SELECT * FROM sections ORDER BY name"); // Generate output: $output .= "<FORM ACTION=\"admin.php?mod=section\" METHOD=\"post\">\n"; -- GitLab