summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-03-01 00:00:34 +0100
committerjocuri%softhome.net <>2004-03-01 00:00:34 +0100
commit2a6e1e93a1497d4fd0fac6585e21218bc86016dc (patch)
tree42fca541180c7c7ab06646cb73a2598ff1d1fcb5 /Bugzilla
parent69953362ae57fb936cc7b03cafa203176e0437c8 (diff)
downloadbugzilla-2a6e1e93a1497d4fd0fac6585e21218bc86016dc.tar.gz
bugzilla-2a6e1e93a1497d4fd0fac6585e21218bc86016dc.tar.xz
Patch for bug 235459: add icalendar todo output format for buglist; patch by William Jon McCann <mccannwj@pha.jhu.edu>; r,a=justdave.
Diffstat (limited to 'Bugzilla')
-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;