From 77f0633fdd8c7467ec16c09c3669e7d305c2cb11 Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" Date: Tue, 1 Feb 2005 16:30:10 +0000 Subject: [PATCH] Missed the 'fix on checkin' bit for Bug 279748 --- webtools/bugzilla/Bugzilla/DB.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtools/bugzilla/Bugzilla/DB.pm b/webtools/bugzilla/Bugzilla/DB.pm index b500d748b21..51b5c53892d 100644 --- a/webtools/bugzilla/Bugzilla/DB.pm +++ b/webtools/bugzilla/Bugzilla/DB.pm @@ -218,7 +218,7 @@ Bugzilla::DB - Database access routines, using L my $shadow = Bugzilla::DB->connect_shadow; # Schema Information - my @fields = GetFieldDefs(); + my @fields = Bugzilla::DB::GetFieldDefs(); # Deprecated SendSQL("SELECT COUNT(*) FROM bugs");