Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 800 → Rev 801

/trunk/services/bibliotheque/CacheEflore.php
23,7 → 23,7
 
public function chargerDureeCache() {
if ($this->cacheActif == "1") {
$this->dureecache = $this->service->getDureeCache();
$this->dureecache = Commun::getDureeCache();
}
}