reume werden jetzt sortiert

git-svn-id: svn://svn.cccv.de/engel-system@71 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
cookie 2005-11-19 20:23:09 +00:00
parent c1a5f32d4e
commit 7f3fda342a
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ function runSQL( $SQL)
} }
$Sql = "SELECT * FROM `EngelType`"; $Sql = "SELECT * FROM `EngelType` ORDER BY NAME";
$Erg = mysql_query($Sql, $con); $Erg = mysql_query($Sql, $con);
if( !IsSet($_GET["action"]) ) if( !IsSet($_GET["action"]) )