Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Regard whitespace Rev 211 → Rev 212

/trunk/services/bibliotheque/nom/NomFormateur.php
114,11 → 114,8
 
private function traiterChampsRetour() {
foreach ($this->decorateurs as $deco) {
$this->champsRetour = $deco->traiterChampsRetour($this->champsRetour);
if (count($this->champsRetour) == 0) {
break;
$deco->traiterChampsRetour($this->champsRetour);
}
}
}
}
?>