From: travis%sedsystems.ca <> Date: Wed, 2 Feb 2005 00:30:10 +0000 (+0000) Subject: Missed the 'fix on checkin' bit for Bug 279748 X-Git-Tag: bugzilla-2.19.3~353 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6139fe45717768df3b593c46c236b20781d9f790;p=thirdparty%2Fbugzilla.git Missed the 'fix on checkin' bit for Bug 279748 --- diff --git a/Bugzilla/DB.pm b/Bugzilla/DB.pm index b500d748b2..51b5c53892 100644 --- a/Bugzilla/DB.pm +++ b/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");