mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 18:03:39 +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];
|
$locale = $this->bo->locales[0];
|
||||||
$browser = CreateObject('phpgwapi.browser');
|
$browser = CreateObject('phpgwapi.browser');
|
||||||
$browser->content_header('holidays.'.$locale,'text/text');
|
$browser->content_header("holidays.$locale.csv",'text/text');
|
||||||
unset($browser);
|
unset($browser);
|
||||||
|
|
||||||
while (list(,$holiday) = @each($holidays))
|
while (list(,$holiday) = @each($holidays))
|
||||||
|
Loading…
Reference in New Issue
Block a user