forked from science-ation/science-ation
switch the sort order on the divisions config page from 'division' to 'id'
This commit is contained in:
parent
68ff1bdc2f
commit
522dfaf701
@ -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 "<tr>";
|
||||
|
Loading…
Reference in New Issue
Block a user