From: Alan Knowles Date: Thu, 11 Nov 2010 07:04:29 +0000 (+0800) Subject: GnumericToExcel.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=855f6d659342c3b4865343aff6e79e09fc242d97 GnumericToExcel.php --- 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');