Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2576 → Rev 2577

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