From 855f6d659342c3b4865343aff6e79e09fc242d97 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 11 Nov 2010 15:04:29 +0800 Subject: [PATCH] GnumericToExcel.php --- GnumericToExcel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GnumericToExcel.php b/GnumericToExcel.php index 8bb73466..0e50f4ab 100644 --- a/GnumericToExcel.php +++ b/GnumericToExcel.php @@ -88,7 +88,7 @@ class Pman_Core_GnumericToExcel extends Pman header("HTTP/1.0 400 Internal Server Error - Convert error"); die("ERROR CONVERTING?:" . $cmd ."\n

OUTPUT:". htmlspecialchars($out)); } - unlink($srcTmp); + // unlink($srcTmp); $fh = fopen($targetTmp, 'r'); header('Content-type: application/vnd.ms-excel'); -- 2.39.2