From: gerv%gerv.net <> Date: Sat, 1 Jan 2005 20:25:37 +0000 (+0000) Subject: Bug 274419 - stop offering to forget a search which doesn't exist. Patch by gerv... X-Git-Tag: bugzilla-2.19.2~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e622db02806e0ba14e8ee86ca59091d05a8f349;p=thirdparty%2Fbugzilla.git Bug 274419 - stop offering to forget a search which doesn't exist. Patch by gerv; r=justdave, vladd; a=justdave. --- diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index ebd44906e0..24000983af 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -988,7 +988,7 @@ [% USE Bugzilla %] [% namedcmd = Bugzilla.cgi.param("namedcmd") %] -[% IF namedcmd %] +[% IF namedcmd AND error != "missing_query" %]

Alternatively, you can