Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1945 → Rev 1946

/trunk/widget/modules/saisie/Saisie.php
142,7 → 142,7
}
}
if ($this->projet != 'defaut' || $this->projetASquelette()) {
if ($this->projet == 'florileges') {
if ($this->projet == 'florileges' || $this->projet == 'sauvages') {
$widget['donnees']['taxons'] = $this->recupererListeNoms();
} else {
$widget['donnees']['taxons'] = $this->recupererListeNomsSci();