forked from science-ation/science-ation
Sort the 'Projects and Judges' listing by jdiv_id
This commit is contained in:
parent
93f610c214
commit
e0a77c6fd6
@ -89,7 +89,7 @@ function judges_scheduler_check_judges()
|
|||||||
$ok = 1;
|
$ok = 1;
|
||||||
|
|
||||||
$jdiv = array();
|
$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)) {
|
while($r=mysql_fetch_object($q)) {
|
||||||
$d = $r->projectdivisions_id;
|
$d = $r->projectdivisions_id;
|
||||||
$c = $r->projectcategories_id;
|
$c = $r->projectcategories_id;
|
||||||
|
Loading…
Reference in New Issue
Block a user