From 522dfaf7010dfa74598d961bb38eaf139154daef Mon Sep 17 00:00:00 2001 From: james Date: Wed, 1 Feb 2006 06:51:48 +0000 Subject: [PATCH] switch the sort order on the divisions config page from 'division' to 'id' --- config/divisions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/divisions.php b/config/divisions.php index c23d9ba..58acbb5 100644 --- a/config/divisions.php +++ b/config/divisions.php @@ -121,7 +121,7 @@ } 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)) { echo "";