Hide project division selector

This commit is contained in:
patrick 2025-02-23 04:58:28 +00:00
parent bc555b8ecf
commit 1b5e267d8b

View File

@ -254,7 +254,8 @@ if ($config['usedivisionselector'] == 'yes') {
</script> </script>
<? <?
echo '&nbsp;<a href="#" onClick="openDivSelWindow(); return false;">' . i18n('Division Selector') . '</a>'; // FIXME: Feature to help a student pick a category
//echo '&nbsp;<a href="#" onClick="openDivSelWindow(); return false;">' . i18n('Division Selector') . '</a>';
} }
echo '</td></tr>'; echo '</td></tr>';