From: Chris Date: Wed, 28 Nov 2012 07:20:41 +0000 (+0800) Subject: SimpleExcel.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=db0077525d988218b1e8c141fa84a31969930cf5;p=Pman.Core SimpleExcel.php --- diff --git a/SimpleExcel.php b/SimpleExcel.php index 5d4b286d..140baa7f 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -220,8 +220,6 @@ class Pman_Core_SimpleExcel extends Pman require_once 'File/Convert.php'; $fc= new File_Convert($this->outfile2, "application/vnd.ms-excel"); $fn = $fc->convert("application/vnd.ms-excel"); - print_r($fn); - exit; $fc->serve('attachment',$fn); // can fix IE Mess }