Subversion Repositories eFlore/Applications.del

Rev

Rev 1815 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1815 Rev 1840
Line 153... Line 153...
153
		$entete = array();
153
		$entete = array();
154
		$entete['masque'] = $this->getChaineFiltresActifs();
154
		$entete['masque'] = $this->getChaineFiltresActifs();
Line 155... Line 155...
155
 
155
 
156
		$entete['total'] = $this->getTotal();
156
		$entete['total'] = $this->getTotal();
157
		if ($this->sansLimite == false) {
157
		if ($this->sansLimite == false) {
158
			$entete['depart'] = $this->getDepart();
158
			$entete['depart'] = (int) $this->getDepart();
Line 159... Line 159...
159
			$entete['limite'] = $this->getLimite();
159
			$entete['limite'] = (int) $this->getLimite();
160
 
160
 
161
			$lienPrecedent = $this->recupererHrefPrecedent();
161
			$lienPrecedent = $this->recupererHrefPrecedent();
162
			if ($lienPrecedent != null) {
162
			if ($lienPrecedent != null) {