Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forfeit Loss points cannot be changed #102

Open
GoogleCodeExporter opened this issue Jan 20, 2016 · 1 comment
Open

Forfeit Loss points cannot be changed #102

GoogleCodeExporter opened this issue Jan 20, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Setup a team ladder tournament
2. Enable forfeit 
3. Attempt to change forfeit loss points from 1 to 0

What is the expected output? It should save as 0 points (I don't want a team 
that loses by forfeit to get points)

What do you see instead? It reverts back to 1.


What version of the product are you using? 0.9.6 



Please provide any additional information below.

Original issue reported on code.google.com by TheMagic...@gmail.com on 2 Sep 2013 at 8:17

@GoogleCodeExporter
Copy link
Author

Thanks for reporting that issue.
This is a bug, there is a typo in eventprocess.php line #249
$new_eventforfeitlosspoints = 
htmlspecialchars($_POST['$eventforfeitlosspoints']);
should be
$new_eventforfeitlosspoints = 
htmlspecialchars($_POST['eventforfeitlosspoints']);

I'll have this fixed in next release.

Original comment by frederic...@gmail.com on 4 Sep 2013 at 4:46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant