summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-03-17 06:18:40 +0100
committerjocuri%softhome.net <>2004-03-17 06:18:40 +0100
commit17559921835f036a50330476176ea29c598ba84c (patch)
tree30a62af6791bd961aa5c6be328b9f07fd10a1ce4 /Bugzilla/Constants.pm
parent2e96788b00b440821b98d37d582392a51d79f1a3 (diff)
downloadbugzilla-17559921835f036a50330476176ea29c598ba84c.tar.gz
bugzilla-17559921835f036a50330476176ea29c598ba84c.tar.xz
Patch for bug 235459: add icalendar output format in buglist; patch by William Jon McCann <mccannwj@pha.jhu.edu>; r=vlad; a=justdave.
Diffstat (limited to 'Bugzilla/Constants.pm')
-rw-r--r--Bugzilla/Constants.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index a1bf74ba0..a61cb4620 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -103,6 +103,7 @@ use constant contenttypes =>
"js" => "application/x-javascript" ,
"csv" => "text/plain" ,
"png" => "image/png" ,
+ "ics" => "text/calendar" ,
};
1;