Skip to content

Commit

Permalink
dev: fixed excel export having a blank line @ start due to empty line…
Browse files Browse the repository at this point in the history
…s after php close tags

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev@9103 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
mennodekker committed Sep 1, 2010
1 parent 26c4f55 commit 7a70f48
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions admin/classes/tcpdf/config/tcpdf_config.php
Expand Up @@ -229,5 +229,4 @@
//============================================================+
// END OF FILE
//============================================================+
?>

?>
3 changes: 1 addition & 2 deletions admin/classes/tcpdf/config/tcpdf_config_alt.php
Expand Up @@ -224,5 +224,4 @@
//============================================================+
// END OF FILE
//============================================================+
?>

?>
2 changes: 1 addition & 1 deletion admin/classes/tcpdf/extensiontcpdf.php
Expand Up @@ -102,4 +102,4 @@ function delete_html($text)
return strip_tags($text);
}
}
?>
?>
2 changes: 1 addition & 1 deletion admin/classes/tcpdf/tcpdf.php
Expand Up @@ -13977,4 +13977,4 @@ public function empty_string($str) {
//============================================================+
// END OF FILE
//============================================================+
?>
?>
2 changes: 0 additions & 2 deletions admin/exportresults.php
Expand Up @@ -17,7 +17,6 @@
//Ensure script is not run directly, avoid path disclosure
include_once("login_check.php");


if (!isset($imagefiles)) {$imagefiles="./images";}
if (!isset($surveyid)) {$surveyid=returnglobal('sid');}
if (!isset($exportstyle)) {$exportstyle=returnglobal('exportstyle');}
Expand All @@ -36,7 +35,6 @@
exit;
}

include_once("login_check.php");
include_once(dirname(__FILE__)."/classes/pear/Spreadsheet/Excel/Writer.php");
include_once(dirname(__FILE__)."/classes/tcpdf/extensiontcpdf.php");

Expand Down

0 comments on commit 7a70f48

Please sign in to comment.