From: leon Date: Tue, 3 Oct 2023 05:38:37 +0000 (+0800) Subject: TimeZone.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=12fd13544aa6e84a7e7bfd5fffadcd8d51f4a1fc TimeZone.php --- diff --git a/TimeZone.php b/TimeZone.php index b0e2b7fa..2f0e7b87 100644 --- a/TimeZone.php +++ b/TimeZone.php @@ -27,6 +27,7 @@ class Pman_Core_TimeZone extends Pman continue; } + $areaStartSeach = strtolower($_REQUEST['query']['area_start']); if(!empty($_REQUEST['query']['area_start']) && substr($arr[1], 0, strlen($_REQUEST['query']['area_start'])) != $_REQUEST['query']['area_start']){ continue; }