From: Alan Knowles Date: Thu, 11 Nov 2010 06:42:50 +0000 (+0800) Subject: GnumericToExcel.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=8d7fe3cdbdb264deb5194b91b9a8ac4f9d833754 GnumericToExcel.php --- diff --git a/GnumericToExcel.php b/GnumericToExcel.php index afe83bba..8bb73466 100644 --- a/GnumericToExcel.php +++ b/GnumericToExcel.php @@ -28,6 +28,10 @@ class Pman_Core_GnumericToExcel extends Pman return true; } + function get() + { + + } function post($fname) { $ml = (int) ini_get('suhosin.post.max_value_length'); @@ -81,7 +85,7 @@ class Pman_Core_GnumericToExcel extends Pman clearstatcache(); if (!file_exists($targetTmp) || !filesize($targetTmp)) { - header("HTTP/1.0 400 Internal Server Error"); + header("HTTP/1.0 400 Internal Server Error - Convert error"); die("ERROR CONVERTING?:" . $cmd ."\n

OUTPUT:". htmlspecialchars($out)); } unlink($srcTmp);