From b9ecb469471f370ea93f260eeffc00ec5ac5880a Mon Sep 17 00:00:00 2001 From: Jimmy Liow <18777396951@163.com> Date: Sun, 25 Jun 2023 11:07:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=8F=8D=E9=A6=88=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/information.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/information.php b/application/controllers/information.php index de82b99f..2419ed12 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -1074,7 +1074,7 @@ class Information extends CI_Controller public function test_feedback_city_list() { $feedback_city_array = []; - preg_match_all('^^', '
', $feedback_city_array); + preg_match_all('^^', '', $feedback_city_array); if (!empty($feedback_city_array)) { foreach ($feedback_city_array[0] as $index => $tag_name) { $city_name_string = $feedback_city_array[1][$index];