Correction affichage graphique : tri des données par date et ordre croissant

This commit is contained in:
Michael RICOIS 2009-07-20 08:29:35 +00:00
parent 3e8654e8c7
commit ac865acd0f

View File

@ -17,7 +17,7 @@ if($ratio!=''){$fileName.='-'.$ratio;}
require_once 'cache.php'; require_once 'cache.php';
$cache = new Cache(); $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 //Forcer la création de la page dans le cache lorsque l'utilisateur a le mode saisie
$firephp->log($_SESSION,'SESSION'); $firephp->log($_SESSION,'SESSION');
if( preg_match('/saisie/i', $_SESSION['tabInfo']['droits']) || $_SESSION['tabInfo']['mode_edition']==1 ){ if( preg_match('/saisie/i', $_SESSION['tabInfo']['droits']) || $_SESSION['tabInfo']['mode_edition']==1 ){