diff options
author | travis%sedsystems.ca <> | 2005-02-02 01:30:10 +0100 |
---|---|---|
committer | travis%sedsystems.ca <> | 2005-02-02 01:30:10 +0100 |
commit | 6139fe45717768df3b593c46c236b20781d9f790 (patch) | |
tree | 1ae70791cceadb71f33f1d52685ab12e150e4d0d /Bugzilla | |
parent | 9e865838666f08c5505c1028a346f871559dbd90 (diff) | |
download | bugzilla-6139fe45717768df3b593c46c236b20781d9f790.tar.gz bugzilla-6139fe45717768df3b593c46c236b20781d9f790.tar.xz |
Missed the 'fix on checkin' bit for Bug 279748
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/DB.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/DB.pm b/Bugzilla/DB.pm index b500d748b..51b5c5389 100644 --- a/Bugzilla/DB.pm +++ b/Bugzilla/DB.pm @@ -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"); |