Pman.Gnumeric.js
[Pman.Core] / GnumericToExcel.php
index 4271af3..bcf1a63 100644 (file)
@@ -28,7 +28,7 @@ class Pman_Core_GnumericToExcel extends Pman
         return true;
     }
 
-    function get()
+    function get($v, $opts=array())
     {
         
     }
@@ -45,7 +45,7 @@ class Pman_Core_GnumericToExcel extends Pman
             die("Missing XML attribute");
         }
         $xml = $_POST['xml'];
-        print_R($xml);exit;
+        
         $xml = iconv("UTF-8", "UTF-8//IGNORE",  $xml);
         
         //$xml = str_replace('�', 'e', $xml);