Sort the 'Projects and Judges' listing by jdiv_id

This commit is contained in:
james 2007-12-20 15:53:11 +00:00
parent 93f610c214
commit e0a77c6fd6

View File

@ -89,7 +89,7 @@ function judges_scheduler_check_judges()
$ok = 1;
$jdiv = array();
$q=mysql_query("SELECT * FROM judges_jdiv");
$q=mysql_query("SELECT * FROM judges_jdiv ORDER BY jdiv_id");
while($r=mysql_fetch_object($q)) {
$d = $r->projectdivisions_id;
$c = $r->projectcategories_id;