diff options
author | myk%mozilla.org <> | 2006-01-06 22:38:35 +0000 |
---|---|---|
committer | myk%mozilla.org <> | 2006-01-06 22:38:35 +0000 |
commit | 76c3a58cd5e5f040c09258b98727c42f7059a78d (patch) | |
tree | fcb285ed8b47bbcf48bab2bb018b928a7a648728 /editproducts.cgi | |
parent | 199d6ed76f022232c3799036c75661604a6d70d4 (diff) | |
download | bugs-76c3a58cd5e5f040c09258b98727c42f7059a78d.tar bugs-76c3a58cd5e5f040c09258b98727c42f7059a78d.tar.gz bugs-76c3a58cd5e5f040c09258b98727c42f7059a78d.tar.bz2 bugs-76c3a58cd5e5f040c09258b98727c42f7059a78d.tar.xz bugs-76c3a58cd5e5f040c09258b98727c42f7059a78d.zip |
Backing out fix for bug 287325 (initial implementation of custom fields): turns out the tree is not yet open for 2.24 checkins after all. I'll check this back in once the tree opens for 2.24 checkins, which lpsolit says will be in about a month.
Diffstat (limited to 'editproducts.cgi')
-rwxr-xr-x | editproducts.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editproducts.cgi b/editproducts.cgi index d9ebcedd9..2b7c5dc5d 100755 --- a/editproducts.cgi +++ b/editproducts.cgi @@ -33,7 +33,6 @@ use strict; use lib "."; -use Bugzilla; use Bugzilla::Constants; require "globals.pl"; use Bugzilla::Bug; |