Commit 6139fe45 authored by travis%sedsystems.ca's avatar travis%sedsystems.ca

Missed the 'fix on checkin' bit for Bug 279748

parent 9e865838
...@@ -218,7 +218,7 @@ Bugzilla::DB - Database access routines, using L<DBI> ...@@ -218,7 +218,7 @@ Bugzilla::DB - Database access routines, using L<DBI>
my $shadow = Bugzilla::DB->connect_shadow; my $shadow = Bugzilla::DB->connect_shadow;
# Schema Information # Schema Information
my @fields = GetFieldDefs(); my @fields = Bugzilla::DB::GetFieldDefs();
# Deprecated # Deprecated
SendSQL("SELECT COUNT(*) FROM bugs"); SendSQL("SELECT COUNT(*) FROM bugs");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment