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)

This commit is contained in:
Laurent Destailleur 2006-06-18 14:46:07 +00:00
parent 063eccbe53
commit 8708808603

View File

@ -5,7 +5,7 @@
to fetching and parsing RSS files, via the to fetching and parsing RSS files, via the
function fetch_rss() function fetch_rss()
* Author: Kellan Elliott-McCrea <kellan@protest.net> * Author: Kellan Elliott-McCrea <kellan@protest.net>
* Modification: Laurent Destailleur (See LDR mark to find bug fix) * Modified by: Laurent Destailleur (See LDR mark to find bug fix)
* License: GPL * License: GPL
* *
* The lastest version of MagpieRSS can be obtained from: * The lastest version of MagpieRSS can be obtained from:
@ -86,9 +86,6 @@ define('MAGPIE_VERSION', '0.72');
$MAGPIE_ERROR = ""; $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) { function fetch_rss ($url) {
// initialize constants // initialize constants
init(); init();