From b3c982a514fb2f77f204d08ea6521480b9edf4fc Mon Sep 17 00:00:00 2001 From: Pascal Corpet Date: Sun, 9 Jan 2005 22:40:09 +0000 Subject: [PATCH] =?utf8?q?Bug=20corrig=E9=20:=20ne=20propose=20plus=20d'ag?= =?utf8?q?randir=20la=20recherche=20en=20soundex=20lorsqu'elle=20=E9tait?= =?utf8?q?=20d=E9j=E0=20en=20soundex?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-253 --- htdocs/advanced_search.php | 1 + templates/search.tpl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/advanced_search.php b/htdocs/advanced_search.php index 88cc9d3..72c242e 100644 --- a/htdocs/advanced_search.php +++ b/htdocs/advanced_search.php @@ -146,6 +146,7 @@ if (!Env::has('rechercher')) { $page->assign('url_args', $url_args); $page->assign('perpage', $globals->search->per_page); $page->assign('nb_tot', $nb_tot); + $page->assign('with_soundex', $with_soundex); if (empty($nb_tot)) { form_prepare(); diff --git a/templates/search.tpl b/templates/search.tpl index 29cbc8b..b39f8b4 100644 --- a/templates/search.tpl +++ b/templates/search.tpl @@ -23,7 +23,7 @@ {if !$advanced} {include file='search.quick.form.tpl' show_js=1} {else} - {include file=search.adv.links.tpl do_title=1} + {include file=search.adv.links.tpl do_title=1 with_soundex=$with_soundex} {/if}

-- 2.1.4