X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=JsonToExcel.php;h=75a24fe85c76eae82211dc3bf41aac0697f09bb3;hp=740c6b93eef70a9169e9ec06c36a6b4f3aab9705;hb=a1a3ecba68d2fedabc8203e88b40759401d7472d;hpb=9e5a8d694d593c9bf6c2a3f5f3b8a0c0a2f6a31e diff --git a/JsonToExcel.php b/JsonToExcel.php index 740c6b93..75a24fe8 100644 --- a/JsonToExcel.php +++ b/JsonToExcel.php @@ -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); } - - + }