From: Andrew Dolgov Date: Sun, 27 Nov 2005 19:31:51 +0000 (+0100) Subject: import rss_utils.inc for parse_w3cdtf() X-Git-Tag: schema_feature_freeze_for_1.1~55 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=387234f3fd8be6a66ccb2ae3b6a96172a151503d;p=tt-rss.git import rss_utils.inc for parse_w3cdtf() --- diff --git a/functions.php b/functions.php index a0feae47..bb1a4c77 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) {