Correction affichage graphique : tri des données par date et ordre croissant
This commit is contained in:
parent
3e8654e8c7
commit
ac865acd0f
@ -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 ){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user