Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 783 → Rev 784

/trunk/services/modules/0.1/chorodep/Observations.php
501,7 → 501,7
}
}
$type = ($res['prenom'] == '') ? 'o' : 'p';
$url = $this->ajouterHrefAutreProjet('ontologies', 'contactType:', $type, 'commun');
$url = $this->ajouterHrefAutreProjet('ontologies', 'contactType:', $type, 'eflore');
$val = $this->consulterHref($url);
$res['type'] = $val->nom;
$res['type.code'] = $type;