Skip to content

Commit

Permalink
Removed comment from entry_form.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Rasmussen committed Aug 18, 2016
1 parent 9bd767e commit bbe31d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entry_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ function checkRadios() {
echo '<p class="noprint"><input type="checkbox" name="showPicks" id="showPicks" value="1"' . (($showPicks) ? ' checked="checked"' : '') . ' /> <label for="showPicks">Allow others to see my picks</label></p>' . "\n";
}
if (SHOW_TIEBREAKER_POINTS) {
echo '<p><strong>Tie Breaker Points</strong> <input type="text" name="tieBreakerPoints" id="tieBreakerPoints" maxlength="3" size=3 value="' . $tieBreakerPoints . '" /> ' . " << Default is 50 (<strong>CURRENTLY BROKEN: DOESN'T SAVE POINTS</strong>) \n";
echo '<p><strong>Tie Breaker Points</strong> <input type="text" name="tieBreakerPoints" id="tieBreakerPoints" maxlength="3" size=3 value="' . $tieBreakerPoints . '" /> ' . " << Default is " . DEFAULT_TIEBREAKER_POINTS . "\n";
} else {
echo '<input type="hidden" name="tieBreakerPoints" id="tieBreakerPoints" value="0" />' . "\n";
}
Expand Down

0 comments on commit bbe31d8

Please sign in to comment.