Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3690 → Rev 3691

/branches/v3.00-serfouette/jrest/services/CelWidgetSaisie.php
590,7 → 590,7
private function lierObsAMotsCles($observations_ids, $tags) {
// pas de mots clés pour les non-inscrits
if ($this->userId == '') {
if ($this->userId == null) {
$this->userId = 0;
}
635,7 → 635,7
private function lierImgAMotsCles($images_ids, $tags) {
// pas de mots clés pour les non-inscrits
if ($this->userId == '') {
if ($this->userId == null) {
$this->userId = 0;
}