summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authormyk%mozilla.org <>2006-01-06 23:38:35 +0100
committermyk%mozilla.org <>2006-01-06 23:38:35 +0100
commit76c3a58cd5e5f040c09258b98727c42f7059a78d (patch)
treefcb285ed8b47bbcf48bab2bb018b928a7a648728 /Bugzilla.pm
parent199d6ed76f022232c3799036c75661604a6d70d4 (diff)
downloadbugzilla-76c3a58cd5e5f040c09258b98727c42f7059a78d.tar.gz
bugzilla-76c3a58cd5e5f040c09258b98727c42f7059a78d.tar.xz
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 'Bugzilla.pm')
-rw-r--r--Bugzilla.pm12
1 files changed, 0 insertions, 12 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm
index 5267f3dbd..86d6e6e70 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -35,7 +35,6 @@ use Bugzilla::Template;
use Bugzilla::User;
use Bugzilla::Error;
use Bugzilla::Util;
-use Bugzilla::Field;
use File::Basename;
@@ -277,17 +276,6 @@ sub switch_to_main_db {
return $class->dbh;
}
-sub get_fields {
- my $class = shift;
- my $criteria = shift;
- return Bugzilla::Field::match($criteria);
-}
-
-sub custom_field_names {
- # Get a list of custom fields and convert it into a list of their names.
- return map($_->{name}, Bugzilla::Field::match({ custom=>1, obsolete=>0 }));
-}
-
# Private methods
# Per process cleanup