From 3bdac6375a47fb794ad03172fc5ee1342231c3a1 Mon Sep 17 00:00:00 2001
From: Starla Insigna <hatkirby@fourisland.com>
Date: Thu, 11 Dec 2008 17:45:06 -0500
Subject: Fixed RSS feed

When the BBCode parsing engine declared a dependency on a function in the functions.php file, the RSS feed was never updated to include it, so the
BBCode parser failed and the feed remained empty. This has now been fixed.
---
 rss.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rss.php b/rss.php
index 7866d1a..c232fe3 100755
--- a/rss.php
+++ b/rss.php
@@ -22,6 +22,7 @@ require('headerproc.php');
 
 include('../security/config.php');
 include('includes/db.php');
+include('includes/functions.php');
 include('includes/bbcode.php');
 
 header('Content-type: application/rss+xml');
-- 
cgit 1.4.1