Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
d8826939
Commit
d8826939
authored
Jun 13, 2003
by
timeless%mozdev.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 77192 MOVED is not handled properly on queryhelp.cgi.
r=justdave a=justdave
parent
c79ebd73
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
queryhelp.cgi
queryhelp.cgi
+12
-1
No files found.
queryhelp.cgi
View file @
d8826939
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment