sans cache

This commit is contained in:
Michael RICOIS 2010-03-30 08:21:59 +00:00
parent 16c97443f2
commit af369ce2d8

View File

@ -219,7 +219,7 @@ function scoresws_indiscore($siret, $siren, $idEntreprise)
cache_filename($fileName);
if( cache_exist() && !( preg_match('/\bsaisie\b/i', $_SESSION['tabInfo']['droits']) || $_SESSION['tabInfo']['mode_edition']==1 ) ){
if( 0 && cache_exist() && !( preg_match('/\bsaisie\b/i', $_SESSION['tabInfo']['droits']) || $_SESSION['tabInfo']['mode_edition']==1 ) ){
$etab = cache_get('etab');
$return = $etab;
}else{