From: gerv%gerv.net <> Date: Sat, 1 Jan 2005 20:27:47 +0000 (+0000) Subject: Bug 274419 - stop offering to forget a search which doesn't exist. Patch by gerv... X-Git-Tag: bugzilla-2.18~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cabf6c5f7aebffa6e35d01ac5aac7001a7e3b2d0;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 d5d7b6b367..8e2b0c649e 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -785,7 +785,7 @@ [% USE Bugzilla %] [% namedcmd = Bugzilla.cgi.param("namedcmd") %] -[% IF namedcmd %] +[% IF namedcmd AND error != "missing_query" %]

Alternatively, you can