From 371a4c0e3cfa649d785537a2a0cdbddf9f07a29f Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Mon, 22 Aug 2011 13:33:40 +0000 Subject: [PATCH] Liste des pays disponible avec le mode international --- includes/recherche/recherche_ent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/recherche/recherche_ent.php b/includes/recherche/recherche_ent.php index 187f10b5e..335a73796 100644 --- a/includes/recherche/recherche_ent.php +++ b/includes/recherche/recherche_ent.php @@ -59,7 +59,7 @@ foreach (array('siret', if (isset($formR['pays']) == false) { $formR['pays'] = ''; } -if (hasPerm('INTERNATIONAL') && hasModeEdition()) { +if (hasPerm('INTERNATIONAL')) { $recherchePaysListe = array( 'FR' => 'France', 'BE' => 'Belgique',