Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 734 → Rev 735

/trunk/api/text/wiki_papyrus/Render/Xhtml/Syndication.php
20,9 → 20,9
{
// Initialisation des variables
$sortie = '';
$titre = $options['titre'];
$titre = $options['titre'];
$urls = $options['url'];
$nblimite = $options['nb'];
$nblimite = $options['nb'];
$tab_url = array_map('trim', explode(',', $urls));
if (ini_get('allow_url_fopen') != 0) {
ini_set('allow_url_fopen', 1);
29,6 → 29,7
}
if (ini_get('allow_url_fopen') != 0) {
foreach ($tab_url as $cle => $url) {
$url = str_replace('&', '&', $url) ;
$rss =& new XML_RSS($url);
$rss->parse();
$aso_info_rss = $rss->getChannelInfo();