From 8ec6a655bdeb5847608e7e335164ee9aa8063aa9 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Wed, 12 Aug 2009 10:26:50 +0000 Subject: [PATCH] =?UTF-8?q?fixed=20issue=20#0000035:=20On=20retrouve=20dan?= =?UTF-8?q?s=20tous=20les=20cas=20la=20derni=C3=A8re=20recherche=20type=20?= =?UTF-8?q?entreprise?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.php b/www/index.php index f5fb6c0d8..357189619 100644 --- a/www/index.php +++ b/www/index.php @@ -62,7 +62,7 @@ switch ($page) { require_once './pages/main.php'; break; case 'recherche': - if ($_REQUEST['vue']=='list') $_SESSION['list_pre']=gzcompress(serialize($_POST['formR']),9); + if ($_REQUEST['vue']=='list' && $_POST['formR']['type']=='ent') $_SESSION['list_pre']=gzcompress(serialize($_POST['formR']),9); $title='Recherche'; $page2='recherche.php'; include('./pages/main.php');