summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-01-12 08:29:26 +0100
committerByron Jones <bjones@mozilla.com>2012-01-12 08:29:26 +0100
commit488547ec68fcc3de4a0fb63d469861ca74392ec9 (patch)
tree9eb78fd51e8026990dc09964ce00135e2abde475 /Bugzilla/Constants.pm
parent4d17d8c23a258aa43218a000bba9c917b9472232 (diff)
downloadbugzilla-488547ec68fcc3de4a0fb63d469861ca74392ec9.tar.gz
bugzilla-488547ec68fcc3de4a0fb63d469861ca74392ec9.tar.xz
Bug 717502: remove pdf from bugzilla/constants
Diffstat (limited to 'Bugzilla/Constants.pm')
-rw-r--r--Bugzilla/Constants.pm1
1 files changed, 0 insertions, 1 deletions
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.