From 488547ec68fcc3de4a0fb63d469861ca74392ec9 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 12 Jan 2012 15:29:26 +0800 Subject: Bug 717502: remove pdf from bugzilla/constants --- Bugzilla/Constants.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'Bugzilla/Constants.pm') diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 841bdd9e4..5f5489aea 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -456,7 +456,6 @@ use constant contenttypes => "csv" => "text/csv" , "png" => "image/png" , "ics" => "text/calendar" , - "pdf" => "application/pdf" , }; # Usage modes. Default USAGE_MODE_BROWSER. Use with Bugzilla->usage_mode. -- cgit v1.2.3-24-g4f1b