aboutsummaryrefslogtreecommitdiffstats
path: root/importxml.pl
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-12-17 23:31:51 +0000
committermkanat%bugzilla.org <>2009-12-17 23:31:51 +0000
commita73890d2ef8851ddae6b4991998824596a0f5644 (patch)
treea154cc5cd26842300bb0dd513ed7949c67682153 /importxml.pl
parent3eb0b0d657efa47583d5bea699d8b9a62547fb6c (diff)
downloadbugs-a73890d2ef8851ddae6b4991998824596a0f5644.tar
bugs-a73890d2ef8851ddae6b4991998824596a0f5644.tar.gz
bugs-a73890d2ef8851ddae6b4991998824596a0f5644.tar.bz2
bugs-a73890d2ef8851ddae6b4991998824596a0f5644.tar.xz
bugs-a73890d2ef8851ddae6b4991998824596a0f5644.zip
Bug 162060: Remove the relationship between "votestoconfirm" and whether or not the UNCONFIRMED status is available, by adding a checkbox to enable the UNCONFIRMED status in editproducts.cgi.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'importxml.pl')
-rwxr-xr-ximportxml.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/importxml.pl b/importxml.pl
index 05f95d646..1a61c5ead 100755
--- a/importxml.pl
+++ b/importxml.pl
@@ -913,7 +913,7 @@ sub process_bug {
# Check everconfirmed
my $everconfirmed;
- if ($product->votes_to_confirm) {
+ if ($product->allows_unconfirmed) {
$everconfirmed = $bug_fields{'everconfirmed'} || 0;
}
else {