Remove 'special awards' from participants user profile, it shoudlnt be there!

This commit is contained in:
james 2011-03-03 21:38:35 +00:00
parent f31cc5c5fa
commit 4aced55922

View File

@ -605,7 +605,7 @@ function user_get_fields($userRoles = null){
switch($conference['type']){ switch($conference['type']){
case 'sciencefair': case 'sciencefair':
$specialFieldRoles = array( $specialFieldRoles = array(
'special_awards' => array('judge', 'participant'), 'special_awards' => array('judge'),
'available_times' => array('judge'), 'available_times' => array('judge'),
'available_events' => array('volunteer'), 'available_events' => array('volunteer'),
'volunteer_positions' => array('volunteer'), 'volunteer_positions' => array('volunteer'),