]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Missed the 'fix on checkin' bit for Bug 279748
authortravis%sedsystems.ca <>
Wed, 2 Feb 2005 00:30:10 +0000 (00:30 +0000)
committertravis%sedsystems.ca <>
Wed, 2 Feb 2005 00:30:10 +0000 (00:30 +0000)
Bugzilla/DB.pm

index b500d748b213bf2050c8cdbb4124534edb00f52e..51b5c53892d74b5889c5c0ac6701351ad6650366 100644 (file)
@@ -218,7 +218,7 @@ Bugzilla::DB - Database access routines, using L<DBI>
   my $shadow = Bugzilla::DB->connect_shadow;
 
   # Schema Information
-  my @fields = GetFieldDefs();
+  my @fields = Bugzilla::DB::GetFieldDefs();
 
   # Deprecated
   SendSQL("SELECT COUNT(*) FROM bugs");