summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Bug.pm
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-07-26 08:22:03 +0200
committermkanat%bugzilla.org <>2006-07-26 08:22:03 +0200
commit90407fca1556257552fdff05703e46d3b8f504e1 (patch)
tree696b8d48eb1afdd12d55ad81db86666b313480a4 /Bugzilla/Bug.pm
parent9334d6db0c9982de74c9f8bcb572f945fcca4cb4 (diff)
downloadbugzilla-90407fca1556257552fdff05703e46d3b8f504e1.tar.gz
bugzilla-90407fca1556257552fdff05703e46d3b8f504e1.tar.xz
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;