Subversion Repositories Applications.papyrus

Rev

Rev 2148 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2148 Rev 2153
Line 348... Line 348...
348
					$aso_page['guid'] = mb_convert_encoding($item->model->getElementsByTagName('guid')->item(0)->nodeValue, 'HTML-ENTITIES', $encodages);
348
					$aso_page['guid'] = mb_convert_encoding($item->model->getElementsByTagName('guid')->item(0)->nodeValue, 'HTML-ENTITIES', $encodages);
Line 349... Line 349...
349
 
349
 
350
					$aso_page['category'] = mb_convert_encoding($item->model->getElementsByTagName('category')->item(0)->nodeValue, 'HTML-ENTITIES', $encodages);
350
					$aso_page['category'] = mb_convert_encoding($item->model->getElementsByTagName('category')->item(0)->nodeValue, 'HTML-ENTITIES', $encodages);
Line -... Line 351...
-
 
351
					$aso_page['author'] = mb_convert_encoding($item->author, 'HTML-ENTITIES', $encodages);
-
 
352
 
-
 
353
					// Remplacement de $item->pubDate (bool false -> pquoi ?) par $item->published
Line 351... Line -...
351
					$aso_page['author'] = mb_convert_encoding($item->author, 'HTML-ENTITIES', $encodages);
-
 
352
 
354
					// Marche pour le flux des comm & prop IdentiPlante, sur la page d'accueil du monde Botanique
353
 
355
					$aso_page['date'] = $item->published;
354
					$aso_page['date'] = $item->pubDate;
356
 
355
					if ($options['formatdatepro']) {
357
					if ($options['formatdatepro']) {
356
						switch ($options['formatdatepro']) {
358
						switch ($options['formatdatepro']) {