From 039ca5f815464ea1e92130222cad69ed395c6a69 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sun, 28 Mar 2010 17:08:59 -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. --- rss.php | 1 + 1 file changed, 1 insertion(+) diff --git a/rss.php b/rss.php index 41e49f0..2a72d8a 100755 --- a/rss.php +++ b/rss.php @@ -24,6 +24,7 @@ include('../security/config.php'); include('includes/db.php'); include('includes/functions.php'); include('includes/parsers.php'); +include_once('includes/specialdates.php'); header('Content-type: application/rss+xml'); -- cgit 1.4.1