Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1789 → Rev 1790

/trunk/jrest/services/CelSyndicationObservation.php
466,7 → 466,7
$item['guid'] = $this->creerGuidItem($observation);
$item['lien'] = $this->creerLienItem($observation);
$item['categorie'] = $this->creerCategorie($item);
$item['description'] = $this->creerDescription($this->protegerCaracteresHtmlDansChamps($observation), $item);
$item['description'] = $this->creerDescription(Cel::protegerCaracteresHtmlDansChamps($observation), $item);
$item['description_encodee'] = htmlspecialchars($this->creerDescription($observation, $item));
$item['modifier_par'] = $observation['id_observation'];
return $item;