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
221ecd2b
Commit
221ecd2b
authored
Oct 05, 2002
by
matty%chariot.net.au
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
... and fix build.
parent
765c0eac
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
sanitycheck.cgi
sanitycheck.cgi
+2
-4
No files found.
sanitycheck.cgi
View file @
221ecd2b
...
...
@@ -27,7 +27,7 @@ use lib qw(.);
require
"CGI.pl"
;
use
vars
%::
FORM
;
use
vars
qw(%FORM $unconfirmedstate)
;
ConnectToDatabase
();
...
...
@@ -569,9 +569,7 @@ BugCheck("bugs WHERE bug_status NOT IN ($open_states) AND resolution = ''",
Status
(
"Checking statuses/everconfirmed"
);
my
$sqlunconfirmed
=
SqlQuote
(
$::unconfirmedstate
);
BugCheck
(
"bugs WHERE bug_status = $sqlunconfirmed AND everconfirmed = 1"
,
BugCheck
(
"bugs WHERE bug_status = $unconfirmedstate AND everconfirmed = 1"
,
"Bugs that are UNCONFIRMED but have everconfirmed set"
);
# The below list of resolutions is hardcoded because we don't know if future
# resolutions will be confirmed, unconfirmed or maybeconfirmed. I suspect
...
...
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