From 25412b60541da3751911c87d1526d1f25915636c Mon Sep 17 00:00:00 2001 From: jesse Date: Sat, 24 Feb 2007 19:31:55 +0000 Subject: [PATCH] added "ORDER BY school" to the drop down. This places the schools in Alpha order for us. --- register_participants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/register_participants.php b/register_participants.php index 8f5c78ed..210eff00 100644 --- a/register_participants.php +++ b/register_participants.php @@ -265,7 +265,7 @@ echo ""; echo i18n("Email Address:")." ".$_SESSION['email']."
"; echo i18n("School: "); - $q=mysql_query("SELECT id,school FROM schools WHERE year='".$config['FAIRYEAR']."'"); + $q=mysql_query("SELECT id,school FROM schools WHERE year='".$config['FAIRYEAR']."' ORDER BY school"); echo "