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

index a9f1919..2909420 100644 (file)
@@ -26,6 +26,9 @@ class Pman_Core_TimeZone extends Pman
             if(!empty($_REQUEST['region']) && $_REQUEST['region'] != $arr[0]) {
                 continue;
             }
+
+            if(!empty($_REQUEST['query']['area_start'])){
+            }
             $data[] = array(
                 'region' => $arr[0],
                 'area' => $arr[1],