From 870880860398509bf39f04b491beb2e5d8e4cf22 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 18 Jun 2006 14:46:07 +0000 Subject: [PATCH] Mise a jour version magpie 0.7 vers 0.72 et supression du code perso qui etait dans 0.7 (sauf code qui corrige bug magpie) --- htdocs/includes/magpierss/rss_fetch.inc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/htdocs/includes/magpierss/rss_fetch.inc b/htdocs/includes/magpierss/rss_fetch.inc index 893344f0c41..2c2d00dcf25 100644 --- a/htdocs/includes/magpierss/rss_fetch.inc +++ b/htdocs/includes/magpierss/rss_fetch.inc @@ -5,7 +5,7 @@ to fetching and parsing RSS files, via the function fetch_rss() * Author: Kellan Elliott-McCrea - * Modification: Laurent Destailleur (See LDR mark to find bug fix) + * Modified by: Laurent Destailleur (See LDR mark to find bug fix) * License: GPL * * The lastest version of MagpieRSS can be obtained from: @@ -86,9 +86,6 @@ define('MAGPIE_VERSION', '0.72'); $MAGPIE_ERROR = ""; -// LDR Added cachedir parameter to replace use of MAGPIE_CACHE_RSS and -// allow several call to different url with different a cache foreach of -// inside same PHP session. function fetch_rss ($url) { // initialize constants init();