summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-03-01 01:18:58 +0100
committerjocuri%softhome.net <>2004-03-01 01:18:58 +0100
commit82303e4a4573a36f43824b96f67785e178563ea5 (patch)
tree7f4f5947b699765144047ad616597669a1277077 /Bugzilla
parent2849989f9e39b690ada3d8e73f99e86bf1b6c1e3 (diff)
downloadbugzilla-82303e4a4573a36f43824b96f67785e178563ea5.tar.gz
bugzilla-82303e4a4573a36f43824b96f67785e178563ea5.tar.xz
Backing out patch for bug 235459 which set tree on fire.
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Constants.pm1
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;