[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_3, updated. RELEASE_3_3_2RC1-18-ga59d100

The branch, QA_3_3 has been updated via a59d10027bd7fb5a54c8458ed55612dbbcaf2a67 (commit) via e5ceb497df8563f73296d7fc894ff00101e21bde (commit) from b3c041bb997b939f96c58a330f9ea9168aef738b (commit) - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: libraries/export/xlsx.php | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/libraries/export/xlsx.php b/libraries/export/xlsx.php index 86a17a9..1b24c4c 100644 --- a/libraries/export/xlsx.php +++ b/libraries/export/xlsx.php @@ -59,7 +59,6 @@ function PMA_exportFooter() { $tmp_filename = tempnam(realpath($GLOBALS['cfg']['TempDir']), 'pma_xlsx_'); $workbookWriter = new PHPExcel_Writer_Excel2007($workbook); - $workbookWriter->setTempDir(realpath($GLOBALS['cfg']['TempDir'])); $workbookWriter->save($tmp_filename); if (!PMA_exportOutputHandler(file_get_contents($tmp_filename))) { hooks/post-receive -- phpMyAdmin
participants (1)
-
Michal Čihař