mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
changed name of the downloaded file to holidays.<nation>.csv
This commit is contained in:
parent
616a09880a
commit
fba07b8b8b
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user