diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2005-11-27 20:31:51 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2005-11-27 20:31:51 +0100 |
| commit | 387234f3fd8be6a66ccb2ae3b6a96172a151503d (patch) | |
| tree | f2d28740bbfd0a4b2af6de64112273e0077886c9 | |
| parent | 3866b046f84bf0e03f3cf3328757d237e4c589ba (diff) | |
import rss_utils.inc for parse_w3cdtf()
| -rw-r--r-- | functions.php | 2 |
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) { |