Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 941 → Rev 942

/trunk/jrest/services/CelSyndicationObservation.php
506,7 → 506,7
}
private function creerGuidItem($element) {
$guid = sprintf($this->config['settings']['guidObsTpl'], 'obs'.$element['id']);
$guid = sprintf($this->config['settings']['guidObsTpl'], $element['id']);
return $guid;
}