From 90407fca1556257552fdff05703e46d3b8f504e1 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 26 Jul 2006 06:22:03 +0000 Subject: Bug 300978: bad output when a non-cgi script dies Patch By Max Kanat-Alexander r=LpSolit, a=myk --- Bugzilla/Bug.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'Bugzilla/Bug.pm') 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; -- cgit v1.2.3-24-g4f1b