From 1dfdcc543b77700770056688376de13f327439c3 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 28 Mar 2012 00:10:54 +0000 Subject: [PATCH] Also allow school editting for "open or invite" registration. --- admin/student_editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/student_editor.php b/admin/student_editor.php index e73cff5c..47a711e5 100644 --- a/admin/student_editor.php +++ b/admin/student_editor.php @@ -344,7 +344,7 @@ function students_load() echo "\n"; echo " ".i18n("School").""; - if( $config['participant_registration_type']=="open" || $config['participant_registration_type']=="singlepassword" || ($studentinfo && !$studentinfo->schools_id) ) + if( $config['participant_registration_type']=="open" || $config['participant_registration_type']=="singlepassword" || $config['participant_registration_type']=="openorinvite" || ($studentinfo && !$studentinfo->schools_id) ) { $schoolq=mysql_query("SELECT id,school,city FROM schools WHERE year='".$config['FAIRYEAR']."' ORDER by city,school"); echo "