From a7a134f3a7ef00f5f6d861e216f48a06b64a7fd6 Mon Sep 17 00:00:00 2001 From: Fil <fil@rezo.net> Date: Thu, 2 Feb 2006 13:44:30 +0000 Subject: [PATCH] meme probleme que [5563] sur le formulaire de la page exec=recherche --- ecrire/exec_recherche.php | 1 + 1 file changed, 1 insertion(+) diff --git a/ecrire/exec_recherche.php b/ecrire/exec_recherche.php index af4e6eabc0..ab2e854c9a 100644 --- a/ecrire/exec_recherche.php +++ b/ecrire/exec_recherche.php @@ -29,6 +29,7 @@ function recherche_dist() $recherche_aff = _T('info_rechercher'); $onfocus = "onfocus=this.value='';"; echo "<form method='get' style='margin: 0px;' action='" . generer_url_ecrire("recherche","") . "'>"; + echo "<input type='hidden' name='exec' value='recherche' />"; echo '<input type="text" size="10" value="'.$recherche_aff.'" name="recherche" class="spip_recherche" accesskey="r" '.$onfocus.'>'; echo "</form>"; -- GitLab