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

index 0f45b89..61cd053 100644 (file)
@@ -219,9 +219,6 @@ class Pman_Core_SimpleExcel extends Pman
     
     function send($fn)
     {
-        
-     
-       
         require_once 'File/Convert.php';
         $fc=  new File_Convert($this->outfile2, "application/vnd.ms-excel");
         $fn = $fc->convert("application/vnd.ms-excel");