[Phpmyadmin-git] [SCM] phpMyAdmin branch, MAINT_3_3_2, updated. RELEASE_3_3_2RC1-7-ge5ceb49

Michal Čihař nijel at users.sourceforge.net
Fri Apr 9 15:28:55 CEST 2010


The branch, MAINT_3_3_2 has been updated
       via  e5ceb497df8563f73296d7fc894ff00101e21bde (commit)
      from  b68b7d1cdd48d48e4b2009a1cfd24e81a09a127d (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




More information about the Git mailing list