switch the sort order on the divisions config page from 'division' to 'id'

This commit is contained in:
james 2006-02-01 06:51:48 +00:00
parent 68ff1bdc2f
commit 522dfaf701

View File

@ -121,7 +121,7 @@
} }
else else
{ {
$q=mysql_query("SELECT * FROM projectdivisions WHERE year='".$config['FAIRYEAR']."' ORDER BY division"); $q=mysql_query("SELECT * FROM projectdivisions WHERE year='".$config['FAIRYEAR']."' ORDER BY id");
while($r=mysql_fetch_object($q)) while($r=mysql_fetch_object($q))
{ {
echo "<tr>"; echo "<tr>";