fixed issue #0000035: On retrouve dans tous les cas la dernière recherche type entreprise
This commit is contained in:
parent
8d4ae5268c
commit
8ec6a655bd
@ -62,7 +62,7 @@ switch ($page) {
|
|||||||
require_once './pages/main.php';
|
require_once './pages/main.php';
|
||||||
break;
|
break;
|
||||||
case 'recherche':
|
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';
|
$title='Recherche';
|
||||||
$page2='recherche.php';
|
$page2='recherche.php';
|
||||||
include('./pages/main.php');
|
include('./pages/main.php');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user