aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-07-26 06:22:03 +0000
committermkanat%bugzilla.org <>2006-07-26 06:22:03 +0000
commit90407fca1556257552fdff05703e46d3b8f504e1 (patch)
tree696b8d48eb1afdd12d55ad81db86666b313480a4 /Bugzilla/Bug.pm
parentBug 339382: Make Bugzilla::Field use Bugzilla::Object (diff)
downloadbugzilla-90407fca1556257552fdff05703e46d3b8f504e1.tar.gz
bugzilla-90407fca1556257552fdff05703e46d3b8f504e1.tar.bz2
bugzilla-90407fca1556257552fdff05703e46d3b8f504e1.zip
Bug 300978: bad output when a non-cgi script dies
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
Diffstat (limited to 'Bugzilla/Bug.pm')
-rwxr-xr-xBugzilla/Bug.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm
index ba69932e9..60e9cb1f8 100755
--- a/Bugzilla/Bug.pm
+++ b/Bugzilla/Bug.pm
@@ -30,8 +30,6 @@ package Bugzilla::Bug;
use strict;
-use CGI::Carp qw(fatalsToBrowser);
-
use Bugzilla::Attachment;
use Bugzilla::Constants;
use Bugzilla::Field;