".htmlentities($msg["cleaning_opac_search_cache"], ENT_QUOTES, $charset)."
";
$v_state .= "
".htmlentities($msg["cleaning_opac_search_cache"], ENT_QUOTES, $charset)." : ";
$query = "truncate table search_cache";
if(mysql_query($query)){
$query = "optimize table search_cache";
if(mysql_query($query)){
$v_state.= "OK";
}else{
$v_state.= "OK";
}
}else{
$v_state.= "KO";
}
$spec = $spec - CLEAN_OPAC_SEARCH_CACHE;
// mise à jour de l'affichage de la jauge
print "
100%
";
print "
";