GnumericToExcel.php
[Pman.Core] / GnumericToExcel.php
index 4271af3..2bb399c 100644 (file)
@@ -45,7 +45,7 @@ class Pman_Core_GnumericToExcel extends Pman
             die("Missing XML attribute");
         }
         $xml = $_POST['xml'];
-        print_R($xml);exit;
+        print_R('run??');exit;
         $xml = iconv("UTF-8", "UTF-8//IGNORE",  $xml);
         
         //$xml = str_replace('�', 'e', $xml);