diff options
author | andi <andi@splitbrain.org> | 2005-01-13 17:51:47 +0100 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-01-13 17:51:47 +0100 |
commit | 5d495af91ac4f4ad6fff1838711e9936b5f0ed45 (patch) | |
tree | 651317abe7843881cd69914039836cc1f81bb0cb /inc/format.php | |
parent | f3f0262c480d7e509b008d37c90aed884532bba8 (diff) | |
download | rpg-5d495af91ac4f4ad6fff1838711e9936b5f0ed45.tar.gz rpg-5d495af91ac4f4ad6fff1838711e9936b5f0ed45.tar.bz2 |
magpie caching removed
darcs-hash:20050113165147-9977f-8a6c359349eeca76667af06ef5a69da16c654128.gz
Diffstat (limited to 'inc/format.php')
-rw-r--r-- | inc/format.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/format.php b/inc/format.php index 806ea5010..68f15fe12 100644 --- a/inc/format.php +++ b/inc/format.php @@ -325,6 +325,7 @@ function format_link_media($link){ */ function format_rss($url){ global $lang; + define('MAGPIE_CACHE_ON', false); //we do our own caching define('MAGPIE_DIR', 'inc/magpie/'); require_once(MAGPIE_DIR.'/rss_fetch.inc'); |