Commit d8826939 authored by timeless%mozdev.org's avatar timeless%mozdev.org

Bug 77192 MOVED is not handled properly on queryhelp.cgi.

r=justdave a=justdave
parent c79ebd73
...@@ -136,7 +136,11 @@ print qq{ ...@@ -136,7 +136,11 @@ print qq{
<OPTION VALUE="REMIND">REMIND <OPTION VALUE="REMIND">REMIND
<OPTION VALUE="DUPLICATE">DUPLICATE <OPTION VALUE="DUPLICATE">DUPLICATE
<OPTION VALUE="WORKSFORME">WORKSFORME <OPTION VALUE="WORKSFORME">WORKSFORME
<OPTION VALUE="MOVED">MOVED };
print '<OPTION VALUE="MOVED">MOVED' if Param('move-enabled');
print qq{
<OPTION VALUE="---">--- <OPTION VALUE="---">---
</SELECT> </SELECT>
...@@ -289,6 +293,13 @@ bug description. ...@@ -289,6 +293,13 @@ bug description.
code produces no clues as to why this behavior would occur. If code produces no clues as to why this behavior would occur. If
more information appears later, please re-assign the bug, for more information appears later, please re-assign the bug, for
now, file it. 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> </ul>
<a name="platform"></a> <a name="platform"></a>
......
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