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

index 5570298..123d8eb 100644 (file)
@@ -27,7 +27,11 @@ class Pman_Core_TimeZone extends Pman
                 continue;
             }
 
-            if(!empty($_REQUEST['query']['area_start']) && substr(strtolower($arr[1]), 0, strlen($_REQUEST['query']['area_start'])) != strtolower($_REQUEST['query']['area_start'])){
+            if(
+                !empty($_REQUEST['query']['area_start']) 
+                && 
+                substr(strtolower($arr[1]), 0, strlen($_REQUEST['query']['area_start'])) != strtolower($_REQUEST['query']['area_start'])
+            ){
                 continue;
             }
             $data[] = array(