SimpleExcel.php
authorChris <chris@roojs.com>
Wed, 28 Nov 2012 07:20:41 +0000 (15:20 +0800)
committerChris <chris@roojs.com>
Wed, 28 Nov 2012 07:20:41 +0000 (15:20 +0800)
SimpleExcel.php

index 5d4b286..140baa7 100644 (file)
@@ -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
     }