diff options
author | lpsolit%gmail.com <> | 2006-06-20 14:39:01 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-06-20 14:39:01 +0000 |
commit | 5ffe3d31dde3c11525ff09ce17e4b0d730e5e2fd (patch) | |
tree | 0b9d599b66539790f093991462b0e759d183cf53 /globals.pl | |
parent | Bug 300552: Eliminate deprecated Bugzilla::DB routines from Search.pm - Patch... (diff) | |
download | bugzilla-5ffe3d31dde3c11525ff09ce17e4b0d730e5e2fd.tar.gz bugzilla-5ffe3d31dde3c11525ff09ce17e4b0d730e5e2fd.tar.bz2 bugzilla-5ffe3d31dde3c11525ff09ce17e4b0d730e5e2fd.zip |
Bug 278017: Eliminate use of deprecated Bugzilla::DB routines (SendSQL, etc.) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
Diffstat (limited to 'globals.pl')
-rw-r--r-- | globals.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl index 6af204666..2654c4a1f 100644 --- a/globals.pl +++ b/globals.pl @@ -31,7 +31,6 @@ use strict; -use Bugzilla::DB qw(:DEFAULT :deprecated); use Bugzilla::Constants; use Bugzilla::Util; # Bring ChmodDataFile in until this is all moved to the module |