summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2010-03-28 17:06:14 -0400
committerStarla Insigna <hatkirby@fourisland.com>2010-03-28 17:06:14 -0400
commitbfbf51d4e3930b5548b9a34f61e053a05cc2ff8a (patch)
tree6740bab2773289cfe2a63773ebdff088e68bd2e4
parentec5b2499fff7cd30e1c221dbd63b37ef507d41b8 (diff)
downloadfourisland-bfbf51d4e3930b5548b9a34f61e053a05cc2ff8a.tar.gz
fourisland-bfbf51d4e3930b5548b9a34f61e053a05cc2ff8a.tar.bz2
fourisland-bfbf51d4e3930b5548b9a34f61e053a05cc2ff8a.zip
Fixed April Fools Day RSS bug
The RSS feed was displaying a message that doAprilFoolsDay() was not found because specialdates.php was never included. This commit can be reverted along
with the previous one when April Fools Day is done.
-rwxr-xr-xincludes/parsers.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/parsers.php b/includes/parsers.php index b7dd869..2d5da93 100755 --- a/includes/parsers.php +++ b/includes/parsers.php
@@ -22,6 +22,7 @@ if (!defined('S_INCLUDE_FILE')) {define('S_INCLUDE_FILE',1);}
22 22
23require('headerproc.php'); 23require('headerproc.php');
24 24
25include_once('includes/specialdates.php');
25include('includes/bbcode.php'); 26include('includes/bbcode.php');
26include('includes/smilies.php'); 27include('includes/smilies.php');
27 28