Skip to content
Snippets Groups Projects
Commit c5ea4026 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- small update to display the section in alphabetical order

parent 3d0f6b30
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -79,7 +79,7 @@ function section_display() { ...@@ -79,7 +79,7 @@ function section_display() {
$dump = $_section[dump]; $dump = $_section[dump];
// Perform query: // Perform query:
$result = db_query("SELECT * FROM sections"); $result = db_query("SELECT * FROM sections ORDER BY name");
// Generate output: // Generate output:
$output .= "<FORM ACTION=\"admin.php?mod=section\" METHOD=\"post\">\n"; $output .= "<FORM ACTION=\"admin.php?mod=section\" METHOD=\"post\">\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment