From bfbf51d4e3930b5548b9a34f61e053a05cc2ff8a Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sun, 28 Mar 2010 17:06:14 -0400 Subject: 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. --- includes/parsers.php | 1 + 1 file changed, 1 insertion(+) 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);} require('headerproc.php'); +include_once('includes/specialdates.php'); include('includes/bbcode.php'); include('includes/smilies.php'); -- cgit 1.4.1