Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 2152 → Rev 2153

/trunk/papyrus/applettes/syndication/syndication.php
350,8 → 350,10
$aso_page['category'] = mb_convert_encoding($item->model->getElementsByTagName('category')->item(0)->nodeValue, 'HTML-ENTITIES', $encodages);
$aso_page['author'] = mb_convert_encoding($item->author, 'HTML-ENTITIES', $encodages);
 
// Remplacement de $item->pubDate (bool false -> pquoi ?) par $item->published
// Marche pour le flux des comm & prop IdentiPlante, sur la page d'accueil du monde Botanique
$aso_page['date'] = $item->published;
 
$aso_page['date'] = $item->pubDate;
if ($options['formatdatepro']) {
switch ($options['formatdatepro']) {
case 'jm' :