From 54aee8902793990274de379f44bcd1f4c364121e Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 20 Feb 2014 12:58:48 +0800 Subject: [PATCH] ImportMailMessage.php --- ImportMailMessage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ImportMailMessage.php b/ImportMailMessage.php index 1ae23656..5901c52c 100644 --- a/ImportMailMessage.php +++ b/ImportMailMessage.php @@ -57,7 +57,7 @@ class Pman_Crm_ImportHtml extends Pman_Core_ConvertStyle $plain = $fc->convert('text/plain'); $this->jok(file_get_contents($plain)); } - print_r($_REQUEST);exit; + // Import from URL if(isset($_REQUEST['importUrl'])) { -- 2.39.2