summaryrefslogtreecommitdiffstats
path: root/queryhelp.cgi
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2003-06-13 11:50:50 +0200
committertimeless%mozdev.org <>2003-06-13 11:50:50 +0200
commitd8826939e7d8545e887d3976d951d4daebd9c1a6 (patch)
tree4e4550ca674f4ba640b54ce9f7ab17ee40eecfb8 /queryhelp.cgi
parentc79ebd73065308c00fd76dc91b3601798a6802a9 (diff)
downloadbugzilla-d8826939e7d8545e887d3976d951d4daebd9c1a6.tar.gz
bugzilla-d8826939e7d8545e887d3976d951d4daebd9c1a6.tar.xz
Bug 77192 MOVED is not handled properly on queryhelp.cgi.
r=justdave a=justdave
Diffstat (limited to 'queryhelp.cgi')
-rwxr-xr-xqueryhelp.cgi13
1 files changed, 12 insertions, 1 deletions
diff --git a/queryhelp.cgi b/queryhelp.cgi
index a0e1178aa..29407280f 100755
--- a/queryhelp.cgi
+++ b/queryhelp.cgi
@@ -136,7 +136,11 @@ print qq{
<OPTION VALUE="REMIND">REMIND
<OPTION VALUE="DUPLICATE">DUPLICATE
<OPTION VALUE="WORKSFORME">WORKSFORME
-<OPTION VALUE="MOVED">MOVED
+};
+
+print '<OPTION VALUE="MOVED">MOVED' if Param('move-enabled');
+
+print qq{
<OPTION VALUE="---">---
</SELECT>
@@ -289,6 +293,13 @@ bug description.
code produces no clues as to why this behavior would occur. If
more information appears later, please re-assign the bug, for
now, file it.
+};
+
+print '<li><b>MOVED</b> - The problem described might be a bug but is not a bug in this database,
+so it was transfered to a more appropriate database.'
+ if Param('move-enabled');
+
+print qq{
</ul>
<a name="platform"></a>