aboutsummaryrefslogtreecommitdiffstats
path: root/editproducts.cgi
diff options
context:
space:
mode:
authormkanat%kerio.com <>2006-03-07 05:42:09 +0000
committermkanat%kerio.com <>2006-03-07 05:42:09 +0000
commit93ed3ae8b3523b9e62597d1cc49de1f715648925 (patch)
tree691aa59ef033d8f23b920842558c68c52bae43f3 /editproducts.cgi
parenteb411e0d6a8848ff925ca13f42a04da1a7591284 (diff)
downloadbugs-93ed3ae8b3523b9e62597d1cc49de1f715648925.tar
bugs-93ed3ae8b3523b9e62597d1cc49de1f715648925.tar.gz
bugs-93ed3ae8b3523b9e62597d1cc49de1f715648925.tar.bz2
bugs-93ed3ae8b3523b9e62597d1cc49de1f715648925.tar.xz
bugs-93ed3ae8b3523b9e62597d1cc49de1f715648925.zip
Bug 282628: Move OpenStates and IsOpenedState out of globals.pl
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk
Diffstat (limited to 'editproducts.cgi')
-rwxr-xr-xeditproducts.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/editproducts.cgi b/editproducts.cgi
index 25bad900d..68e6bd42a 100755
--- a/editproducts.cgi
+++ b/editproducts.cgi
@@ -294,7 +294,7 @@ if ($action eq 'new') {
# For localisation reasons, we get the name of the "global" subcategory
# and the title of the "open" query from the submitted form.
- my @openedstatuses = OpenStates();
+ my @openedstatuses = BUG_STATE_OPEN;
my $query =
join("&", map { "bug_status=" . url_quote($_) } @openedstatuses);
push(@series, [$open_name, $query]);