Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1692 → Rev 1693

/trunk/scripts/bibliotheque/Conteneur.php
45,8 → 45,7
$parametre = $this->getParametre($cle);
if (empty($parametre) === false) {
$tableauPartiel = explode(',', $parametre);
$tableauNettoye = array_map('trim', $tableauPartiel);
foreach ($tableauNettoye as $champ) {
foreach ($tableauPartiel as $champ) {
if (strpos($champ, '=') === false) {
$tableau[] = trim($champ);
} else {