summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwww-ssl/admin/EngelType.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-ssl/admin/EngelType.php b/www-ssl/admin/EngelType.php
index 964d861b..5e9d9974 100755
--- a/www-ssl/admin/EngelType.php
+++ b/www-ssl/admin/EngelType.php
@@ -22,7 +22,7 @@ function runSQL( $SQL)
}
-$Sql = "SELECT * FROM `EngelType`";
+$Sql = "SELECT * FROM `EngelType` ORDER BY NAME";
$Erg = mysql_query($Sql, $con);
if( !IsSet($_GET["action"]) )