]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 281592: "use Bugzilla::RelationSet" in globals.pl and process_bug.cgi is dead...
authormkanat%kerio.com <>
Thu, 17 Feb 2005 00:14:36 +0000 (00:14 +0000)
committermkanat%kerio.com <>
Thu, 17 Feb 2005 00:14:36 +0000 (00:14 +0000)
globals.pl
process_bug.cgi

index c3dde532fd4b7d4757b8d5957138e3da1261c345..0b7d23bc243d1dfaf116576d62461b0a300d6e19 100644 (file)
@@ -76,7 +76,6 @@ use DBI;
 
 use Date::Format;               # For time2str().
 use Date::Parse;               # For str2time().
-use Bugzilla::RelationSet;
 
 # Use standard Perl libraries for cross-platform file/directory manipulation.
 use File::Spec;
index e43bf42eeb0e9fd241fc2e28814f40849edc3cef..6daa6d64eb55c4c37ca3d6791a2e82343ca39d37 100755 (executable)
@@ -40,7 +40,6 @@ require "CGI.pl";
 use Bugzilla::Bug;
 use Bugzilla::User;
 use Bugzilla::Util;
-use Bugzilla::RelationSet;
 
 # Use the Flag module to modify flag data if the user set flags.
 use Bugzilla::Flag;