From 1b27a99f0a18889713b5d16b796d393c1013bf6c Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 8 Jul 2016 12:30:38 +0800 Subject: [PATCH] GnumericToExcel.php --- GnumericToExcel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GnumericToExcel.php b/GnumericToExcel.php index 4271af33..2bb399ce 100644 --- a/GnumericToExcel.php +++ b/GnumericToExcel.php @@ -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); -- 2.39.2