Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 79 → Rev 80

/trunk/scripts/bibliotheque/EfloreScript.php
77,10 → 77,8
protected function stopperLaBoucle($limite) {
$stop = false;
static $ligneActuelle = 1;
if ($nbreLignesATester = $limite) {
if ($nbreLignesATester == $ligneActuelle++) {
$stop = true;
}
if ($limite == $ligneActuelle++) {
$stop = true;
}
return $stop;
}