Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1839 → Rev 1840

/trunk/services/bibliotheque/Navigation.php
155,8 → 155,8
 
$entete['total'] = $this->getTotal();
if ($this->sansLimite == false) {
$entete['depart'] = $this->getDepart();
$entete['limite'] = $this->getLimite();
$entete['depart'] = (int) $this->getDepart();
$entete['limite'] = (int) $this->getLimite();
 
$lienPrecedent = $this->recupererHrefPrecedent();
if ($lienPrecedent != null) {