summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-27 20:31:51 +0100
committerAndrew Dolgov <[email protected]>2005-11-27 20:31:51 +0100
commit387234f3fd8be6a66ccb2ae3b6a96172a151503d (patch)
treef2d28740bbfd0a4b2af6de64112273e0077886c9 /functions.php
parent3866b046f84bf0e03f3cf3328757d237e4c589ba (diff)
import rss_utils.inc for parse_w3cdtf()
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index a0feae47e..bb1a4c770 100644
--- a/functions.php
+++ b/functions.php
@@ -10,6 +10,8 @@
require_once 'config.php';
require_once 'db-prefs.php';
+ require_once 'magpierss/rss_utils.inc';
+
define('MAGPIE_OUTPUT_ENCODING', 'UTF-8');
function purge_feed($link, $feed_id, $purge_interval) {