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