changed name of the downloaded file to holidays.<nation>.csv

This commit is contained in:
Ralf Becker 2003-10-15 21:13:41 +00:00
parent 616a09880a
commit fba07b8b8b

View File

@ -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))