From: Alan Knowles Date: Mon, 21 Jan 2013 04:20:21 +0000 (+0800) Subject: JsonToExcel.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=7e62ec548869be629cca3ee7938aded4d6a78659 JsonToExcel.php --- diff --git a/JsonToExcel.php b/JsonToExcel.php index 740c6b93..2fd25f02 100644 --- a/JsonToExcel.php +++ b/JsonToExcel.php @@ -77,6 +77,5 @@ class Pman_Core_JsonToExcel extends Pman $fc->serve('attachment','excel-'.date('Y-m-d-H-i-s').'.xls'); // can fix IE Mess unlink($outfile2); } - - + }