diff options
author | jocuri%softhome.net <> | 2004-03-01 00:18:58 +0000 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-03-01 00:18:58 +0000 |
commit | 82303e4a4573a36f43824b96f67785e178563ea5 (patch) | |
tree | 7f4f5947b699765144047ad616597669a1277077 /Bugzilla | |
parent | 2849989f9e39b690ada3d8e73f99e86bf1b6c1e3 (diff) | |
download | bugs-82303e4a4573a36f43824b96f67785e178563ea5.tar bugs-82303e4a4573a36f43824b96f67785e178563ea5.tar.gz bugs-82303e4a4573a36f43824b96f67785e178563ea5.tar.bz2 bugs-82303e4a4573a36f43824b96f67785e178563ea5.tar.xz bugs-82303e4a4573a36f43824b96f67785e178563ea5.zip |
Backing out patch for bug 235459 which set tree on fire.
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 a61cb4620..a1bf74ba0 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -103,7 +103,6 @@ use constant contenttypes => "js" => "application/x-javascript" , "csv" => "text/plain" , "png" => "image/png" , - "ics" => "text/calendar" , }; 1; |