Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 107 → Rev 106

/trunk/scripts/bibliotheque/EfloreScript.php
78,13 → 78,11
return $contenu;
}
 
protected function stopperLaBoucle($limite = false) {
protected function stopperLaBoucle($limite) {
$stop = false;
if ($limite) {
static $ligneActuelle = 1;
if ($limite == $ligneActuelle++) {
$stop = true;
}
static $ligneActuelle = 1;
if ($limite == $ligneActuelle++) {
$stop = true;
}
return $stop;
}