Correction erreur d'affectation de siret à la dernière recherche lorsque la précente recherche n'a pas été suivi d'une consultation de la fiche identité
This commit is contained in:
parent
77a792bdec
commit
7e48e3f057
@ -4,6 +4,13 @@
|
|||||||
require_once 'recherche/session.php';
|
require_once 'recherche/session.php';
|
||||||
$nb_recherche = count($_SESSION['recherche']['list']);
|
$nb_recherche = count($_SESSION['recherche']['list']);
|
||||||
|
|
||||||
|
require_once 'recherche/session.php';
|
||||||
|
$parametres = recherche_element(0);
|
||||||
|
if( isset($parametres) && $parametres['info']['page']=='recherche' )
|
||||||
|
{
|
||||||
|
recherche_saveinfo( array('page' => '') );
|
||||||
|
}
|
||||||
|
|
||||||
if($nb_recherche==0){
|
if($nb_recherche==0){
|
||||||
?>
|
?>
|
||||||
Aucune recherche enregistrée.
|
Aucune recherche enregistrée.
|
||||||
|
Loading…
Reference in New Issue
Block a user