Skip to content

Commit

Permalink
minor filename fix
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_ci@10816 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Aniessh Sethh committed Aug 23, 2011
1 parent 52c6e20 commit 2e3e1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/export_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -1910,7 +1910,7 @@ function tokens_export($surveyid)
function cpdb_export($data,$filename)
{

header("Content-Disposition: attachment; filename=central".$filename.".csv");
header("Content-Disposition: attachment; filename=".$filename.".csv");
header("Content-type: text/comma-separated-values; charset=UTF-8");
header("Cache-Control: must-revalidate, post-check=0, pre-check=0");
header("Pragma: cache");
Expand Down

0 comments on commit 2e3e1e2

Please sign in to comment.