diff options
author | Byron Jones <bjones@mozilla.com> | 2012-01-12 08:29:26 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-01-12 08:29:26 +0100 |
commit | 488547ec68fcc3de4a0fb63d469861ca74392ec9 (patch) | |
tree | 9eb78fd51e8026990dc09964ce00135e2abde475 /Bugzilla | |
parent | 4d17d8c23a258aa43218a000bba9c917b9472232 (diff) | |
download | bugzilla-488547ec68fcc3de4a0fb63d469861ca74392ec9.tar.gz bugzilla-488547ec68fcc3de4a0fb63d469861ca74392ec9.tar.xz |
Bug 717502: remove pdf from bugzilla/constants
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Constants.pm | 1 |
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. |