forked from science-ation/science-ation
Languages group fix
This commit is contained in:
parent
349af780ed
commit
cb6796b95d
@ -379,7 +379,7 @@ function user_get_field_info($noConference = false){
|
||||
$returnval['expertise_other'] = array('label' => 'Other areas of expertise', 'group' => 'Judges');
|
||||
$returnval['available_times'] = array('label' => 'Times Available', 'group' => 'Judges');
|
||||
$returnval['available_events'] = array('label' => 'Event Availability', 'group' => 'Volunteers');
|
||||
$returnval['languages'] = array('label' => 'Spoken Languages', 'group' => 'Judges');
|
||||
$returnval['languages'] = array('label' => 'Spoken Languages', 'group' => 'Judges,Volunteers');
|
||||
break;
|
||||
case 'scienceolympics':
|
||||
$returnval['available_events'] = array('label' => 'Event Availability', 'group' => 'Judges,Volunteers');
|
||||
|
Loading…
Reference in New Issue
Block a user