Commit 1e622db0 authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 274419 - stop offering to forget a search which doesn't exist. Patch by…

Bug 274419 - stop offering to forget a search which doesn't exist. Patch by gerv; r=justdave, vladd; a=justdave.
parent ea89c6a5
......@@ -988,7 +988,7 @@
[% USE Bugzilla %]
[% namedcmd = Bugzilla.cgi.param("namedcmd") %]
[% IF namedcmd %]
[% IF namedcmd AND error != "missing_query" %]
<p>
Alternatively, you can
<a href="buglist.cgi?cmdtype=dorem&amp;remaction=forget&amp;namedcmd=
......@@ -1000,7 +1000,7 @@
[% END %]
[% END %]
this saved search: '[% namedcmd FILTER html %]'.
the saved search '[% namedcmd FILTER html %]'.
</p>
[% END %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment