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 "