From fba07b8b8b639774626f7c3b08a81b75ef68f679 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 15 Oct 2003 21:13:41 +0000 Subject: [PATCH] changed name of the downloaded file to holidays..csv --- calendar/inc/class.uiholiday.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.uiholiday.inc.php b/calendar/inc/class.uiholiday.inc.php index 6a7501ca30..96483bdb03 100755 --- a/calendar/inc/class.uiholiday.inc.php +++ b/calendar/inc/class.uiholiday.inc.php @@ -460,7 +460,7 @@ { $locale = $this->bo->locales[0]; $browser = CreateObject('phpgwapi.browser'); - $browser->content_header('holidays.'.$locale,'text/text'); + $browser->content_header("holidays.$locale.csv",'text/text'); unset($browser); while (list(,$holiday) = @each($holidays))