Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 767 Rev 801
Line 313... Line 313...
313
			$param_url['navigation.depart'] = $depart_precedent;
313
			$param_url['navigation.depart'] = $depart_precedent;
314
			$param_url['navigation.limite'] = $limite;
314
			$param_url['navigation.limite'] = $limite;
315
		}
315
		}
316
	}
316
	}
Line 317... Line 317...
317
 
317
 
318
	public function getDureeCache() {
318
	static function getDureeCache() {
319
		$dureecache = 0;
319
		$dureecache = 0;
320
		$dureecache = Config::get('dureecache');
320
		$dureecache = Config::get('dureecache');
321
		if ($dureecache == null || !is_numeric($dureecache) || $dureecache < 0) {
321
		if ($dureecache == null || !is_numeric($dureecache) || $dureecache < 0) {
322
			$dureecache = 0;
322
			$dureecache = 0;