Subversion Repositories eFlore/Applications.cel

Compare Revisions

Regard whitespace Rev 2366 → Rev 2367

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