Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1765 → Rev 1766

/branches/livraison_aha/papyrus/applettes/syndication/syndication.php
21,7 → 21,7
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: syndication.php,v 1.7.2.2 2007-12-03 14:52:21 jp_milcent Exp $
// CVS : $Id: syndication.php,v 1.7.2.3 2007-12-13 14:09:02 alexandre_tb Exp $
/**
* papyrus_bp - syndication.php
*
33,7 → 33,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 1999-2006
*@version $Revision: 1.7.2.2 $ $Date: 2007-12-03 14:52:21 $
*@version $Revision: 1.7.2.3 $ $Date: 2007-12-13 14:09:02 $
// +------------------------------------------------------------------------------------------------------+
*/
 
140,7 → 140,7
try {
$feed = new XML_Feed_Parser(file_get_contents($url));
} catch (XML_Feed_Parser_Exception $e) {
die('Le flux RSS est invalide : ' . $e->getMessage());
return('Le flux RSS est invalide : ' . $e->getMessage());
}
if ($options['template'] != '' && !file_exists($options['template'])) {
278,6 → 278,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.7.2.2 2007-12-03 14:52:21 jp_milcent
* Correction bogue : & dans les urls.
*
* Revision 1.7.2.1 2007-11-30 14:15:02 jp_milcent
* Amélioration du décodage utf8.
*