| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
When the poll escaping problem was fixed, a whole ton of other similar bugs were found which were also fixed here.
Fixes #115
|
|
|
|
| |
Previously, because the "didpollalready" table that keeps count of who has already voted on this weeks poll was not being truncated when a new poll was created.
|
|
The following database changes must be made:
* A TEXT column called "text" must be added to the end of "polloftheweek"
* The transferPollRss.php script must be run
* The "pollrss" table must be dropped
Closes #113
|