From 2a6e1e93a1497d4fd0fac6585e21218bc86016dc Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Sun, 29 Feb 2004 23:00:34 +0000 Subject: Patch for bug 235459: add icalendar todo output format for buglist; patch by William Jon McCann ; r,a=justdave. --- Bugzilla/Constants.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla') 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; -- cgit v1.2.3-24-g4f1b