From 3f872775f8f169f7dcd0d82b881a7bf58fb814fd Mon Sep 17 00:00:00 2001 From: lyt Date: Thu, 1 Nov 2018 17:23:15 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9F=AD=E4=BF=A1=E5=86=85=E5=AE=B9=E4=BB=85?= =?UTF-8?q?=E8=AF=BB=E5=8F=96=E8=8B=B1=E6=96=87=E5=90=8D=E5=AD=97,=20?= =?UTF-8?q?=E4=B8=AD=E8=8B=B1=E6=96=87=E6=B7=B7=E5=90=88=E7=9A=84=E7=9F=AD?= =?UTF-8?q?=E4=BF=A1=E8=B4=B9=E5=A4=AA=E8=B4=B5=E4=BA=86!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../third_party/trippestOrderSync/controllers/send_operation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/webht/third_party/trippestOrderSync/controllers/send_operation.php b/webht/third_party/trippestOrderSync/controllers/send_operation.php index b17e4c93..21a70ac1 100644 --- a/webht/third_party/trippestOrderSync/controllers/send_operation.php +++ b/webht/third_party/trippestOrderSync/controllers/send_operation.php @@ -93,6 +93,7 @@ class Send_operation extends CI_Controller { $guide_name = strstr($order->eva, "@", true); $guide_tel = substr(strstr($order->eva, "@"), 1); } + $guide_name = mb_ereg_replace('[^a-zA-Z]', '', $guide_name); $send_body = array( "one" => trim($order->guest_name) ,"two" => substr($order->COLD_StartDate, 0, 10)