From 7e62ec548869be629cca3ee7938aded4d6a78659 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 21 Jan 2013 12:20:21 +0800 Subject: [PATCH] JsonToExcel.php --- JsonToExcel.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); } - - + } -- 2.39.2