зеркало из https://github.com/mozilla/gecko-dev.git
... and fix build.
This commit is contained in:
Родитель
3bb58efa15
Коммит
411621384d
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче