forked from science-ation/science-ation
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:
parent
7f189559a1
commit
b717bca5f0
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user