Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1537 → Rev 1538

/branches/livraison_narmer/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.5.2.4 2007-07-25 15:07:52 jp_milcent Exp $
// CVS : $Id: syndication.php,v 1.5.2.5 2007-08-24 13:07:04 jp_milcent Exp $
/**
* papyrus_bp - syndication.php
*
33,7 → 33,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 1999-2006
*@version $Revision: 1.5.2.4 $ $Date: 2007-07-25 15:07:52 $
*@version $Revision: 1.5.2.5 $ $Date: 2007-08-24 13:07:04 $
// +------------------------------------------------------------------------------------------------------+
*/
 
138,7 → 138,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());
trigger_error('Le flux RSS est invalide : ' . $e->getMessage(), E_USER_WARNING);
}
if ($options['template'] != '' && !file_exists($options['template'])) {
276,6 → 276,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.5.2.4 2007-07-25 15:07:52 jp_milcent
* Correction problème url.
*
* Revision 1.5.2.3 2007-07-25 14:50:21 jp_milcent
* Corrections, meilleure utilisation de XML_Feed_Parser.
*