Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2577 → Rev 2578

/branches/v2.10-motoculteur/widget/modules/saisie/Saisie.php
45,7 → 45,7
$this->projet = self::PROJET_DEFAUT;
if (isset($projet) && trim($projet) != "") {
$projets = explode(',', $projet);
$this->projet = strtolower($projets[0])
$this->projet = strtolower($projets[0]);
}
$this->chargerConfigProjet();