Ajout de la vue histo

This commit is contained in:
Michael RICOIS 2009-08-27 09:22:17 +00:00
parent 61160a24eb
commit cff1c539d9

View File

@ -17,6 +17,9 @@ switch ($vueRecherche) {
case 'dir':
require_once 'recherche/recherche_dir.php';
break;
case 'histo':
require_once 'recherche/recherche_histo.php';
break;
case 'list_pre':
$formR = unserialize( @gzuncompress($_SESSION['list_pre']) );
case 'list':