- small update to display the section in alphabetical order

3-00
Dries Buytaert 2001-01-23 22:32:01 +00:00
parent 3d0f6b3032
commit c5ea4026c4
1 changed files with 1 additions and 1 deletions

View File

@ -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";