From ac865acd0f51abd3aa76cbc4ed3f766a21c9a35c Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Mon, 20 Jul 2009 08:29:35 +0000 Subject: [PATCH] =?UTF-8?q?Correction=20affichage=20graphique=20:=20tri=20?= =?UTF-8?q?des=20donn=C3=A9es=20par=20date=20et=20ordre=20croissant?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/pages/synthese.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/pages/synthese.php b/www/pages/synthese.php index 36fa57c3f..15ea5848a 100644 --- a/www/pages/synthese.php +++ b/www/pages/synthese.php @@ -17,7 +17,7 @@ if($ratio!=''){$fileName.='-'.$ratio;} require_once 'cache.php'; $cache = new Cache(); -//$cache->forceStart = TRUE; +$cache->forceStart = TRUE; //Forcer la création de la page dans le cache lorsque l'utilisateur a le mode saisie $firephp->log($_SESSION,'SESSION'); if( preg_match('/saisie/i', $_SESSION['tabInfo']['droits']) || $_SESSION['tabInfo']['mode_edition']==1 ){