diff --git a/register_participants_project.php b/register_participants_project.php index 6ec8dc85..732f8731 100644 --- a/register_participants_project.php +++ b/register_participants_project.php @@ -254,7 +254,8 @@ if ($config['usedivisionselector'] == 'yes') { </script> <? - echo ' <a href="#" onClick="openDivSelWindow(); return false;">' . i18n('Division Selector') . '</a>'; + // FIXME: Feature to help a student pick a category + //echo ' <a href="#" onClick="openDivSelWindow(); return false;">' . i18n('Division Selector') . '</a>'; } echo '</td></tr>';