SimpleExcel.php
authorEdward <edward@roojs.com>
Mon, 21 Jan 2013 05:36:29 +0000 (13:36 +0800)
committerEdward <edward@roojs.com>
Mon, 21 Jan 2013 05:36:29 +0000 (13:36 +0800)
SimpleExcel.php

index 158ca1c..a0128fe 100644 (file)
@@ -240,7 +240,7 @@ 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"); 
-       // $fc->serve('attachment',$fn); // can fix IE Mess
+        $fc->serve('attachment',$fn); // can fix IE Mess
     }