From: lpsolit%gmail.com <> Date: Fri, 26 Aug 2005 17:42:28 +0000 (+0000) Subject: remove the useless 'use Bugzilla::Bug;' from editusers.cgi (bug 303393) as the 2... X-Git-Tag: bugzilla-2.20~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f384d81922a4fa224d8da6e6e2cddff46b07197;p=thirdparty%2Fbugzilla.git remove the useless 'use Bugzilla::Bug;' from editusers.cgi (bug 303393) as the 2.20 branch still has LogActivityEntry() in CGI.pl (this is a 'fix on checkin' I forgot to apply) --- diff --git a/editusers.cgi b/editusers.cgi index d95644bf3a..f4eb5afae5 100755 --- a/editusers.cgi +++ b/editusers.cgi @@ -25,7 +25,6 @@ use vars qw( $vars ); use Bugzilla; use Bugzilla::User; -use Bugzilla::Bug; use Bugzilla::Flag; use Bugzilla::Config; use Bugzilla::Constants;