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
6d234deb
Commit
6d234deb
authored
Sep 03, 1998
by
terry%netscape.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- allow querying for
empty resolution.
parent
e389f476
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
buglist.cgi
buglist.cgi
+5
-1
query.cgi
query.cgi
+1
-1
No files found.
buglist.cgi
View file @
6d234deb
...
...
@@ -203,7 +203,11 @@ if {[info exists FORM(sql)]} {
if
{[
cequal
$v
"(empty)"
]}
{
qadd
"
\t\t
${or}
bugs.
$field
is null
\n
"
}
else
{
qadd
"
\t\t
${or}
bugs.
$field
= '
$v
'
\n
"
if
{[
cequal
$v
"---"
]}
{
qadd
"
\t\t
${or}
bugs.
$field
= ''
\n
"
}
else
{
qadd
"
\t\t
${or}
bugs.
$field
= '
$v
'
\n
"
}
}
set or
"or "
}
...
...
query.cgi
View file @
6d234deb
...
...
@@ -112,7 +112,7 @@ puts "
</td>
<td align=left valign=top>
<SELECT NAME=
\"
resolution
\"
MULTIPLE SIZE=7>
[
make_options
$legal
_resolution
$default
(
resolution
)
$type
(
resolution
)]
[
make_options
[
concat
$legal
_resolution
[
list
"---"
]]
$default
(
resolution
)
$type
(
resolution
)]
</SELECT>
</td>
<td align=left valign=top>
...
...
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