summary refs log tree commit diff stats
path: root/pages/viewPost.php
Commit message (Collapse)AuthorAgeFilesLines
* Fixed 2010 calendar bugStarla Insigna2010-01-011-1/+1
| | | | Because of a bug in the formula used to calculate the calendar color for each year, 2010 returned 0 instead of 4.
* Added stripslashes() to viewPostStarla Insigna2009-11-261-1/+1
|
* Rewrote Admin panelStarla Insigna2009-08-131-0/+62
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