looking for wrong seperator
[Pman.Core] / JsonToExcel.php
index 740c6b9..75a24fe 100644 (file)
@@ -28,7 +28,7 @@ class Pman_Core_JsonToExcel extends Pman
         return true;
     }
 
-    function get()
+    function get($v, $opts=array())
     {
         $this->jerr("invalid get");
     }
@@ -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); 
     }
-    
-    
+     
 }