If 'specific award' is chosen on the personal page, then show the special award selection page regardless of whether its turned on or not for judges to specify special award preferences

This commit is contained in:
james 2007-12-09 20:07:08 +00:00
parent 7f189559a1
commit b717bca5f0

View File

@ -128,7 +128,7 @@
echo "</td></tr>";
// special awards
if($config['judges_specialaward_enable'] == 'yes') {
if($config['judges_specialaward_enable'] == 'yes' || $judgeinfo->typepref == 'speconly') {
echo "<tr><td>";
echo "<a href=\"register_judges_specialawards.php\">";
echo i18n("Special Award Preferences");