summary refs log tree commit diff stats
path: root/admin/newPoll.php
Commit message (Collapse)AuthorAgeFilesLines
* Fixed HTML Entites problemStarla Insigna2009-10-021-6/+13
| | | | | | When the poll escaping problem was fixed, a whole ton of other similar bugs were found which were also fixed here. Fixes #115
* Added didpollalready truncation to newPollStarla Insigna2009-08-141-0/+3
| | | | 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.
* Rewrote Admin panelStarla Insigna2009-08-131-0/+104
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