TimeZone.php
authorleon <leon@roojs.com>
Tue, 3 Oct 2023 05:38:37 +0000 (13:38 +0800)
committerleon <leon@roojs.com>
Tue, 3 Oct 2023 05:38:37 +0000 (13:38 +0800)
TimeZone.php

index b0e2b7f..2f0e7b8 100644 (file)
@@ -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;
             }