Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1771 → Rev 1772

/trunk/jrest/services/CoelSyndication.php
513,7 → 513,7
$item = $this->construireDonneesCommunesAuxItems($element);
$item['titre'] = $this->creerTitre($champ_titre, $element, $enrg);
$item['guid'] = sprintf($this->config['coel']['guid'], 'coel'.':'.$element['guid_type'].$element['guid']);
$item['guid'] = sprintf($this->config['coel']['guid'], 'coel:'.$element['guid_type'].$element['guid']);
$item['lien'] = $this->config['coel']['urlBaseCoel'].'#'.urlencode($item['guid']);
$item['description'] = '<p>'.$this->getMessageModif($item).'</p>';
$item['description'] .= $this->creerDescription($element, $enrg);