Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Commit aa449af

Browse files
committed
Update regions
1 parent 17ec104 commit aa449af

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/geoipregionvars.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
// Copyright 2014 MaxMind, Inc. All Rights Reserved
2+
// Copyright 2015 MaxMind, Inc. All Rights Reserved
33
global $GEOIP_REGION_NAME;
44
$GEOIP_REGION_NAME = array (
55
'AD' =>
@@ -2113,6 +2113,7 @@
21132113
17 => 'Stung Treng',
21142114
18 => 'Svay Rieng',
21152115
19 => 'Takeo',
2116+
23 => 'Ratanakiri',
21162117
25 => 'Banteay Meanchey',
21172118
28 => 'Preah Seihanu',
21182119
30 => 'Pailin',
@@ -2514,7 +2515,7 @@
25142515
35 => 'Gradsko',
25152516
36 => 'Ilinden',
25162517
37 => 'Izvor',
2517-
38 => 'Jegunovce',
2518+
'D5' => 'Jegunovce',
25182519
39 => 'Kamenjane',
25192520
40 => 'Karbinci',
25202521
41 => 'Karpos',
@@ -3812,6 +3813,7 @@
38123813
'P3' => 'Smarjesk Toplice',
38133814
'P4' => 'Sredisce ob Dravi',
38143815
'P5' => 'Straza',
3816+
'P7' => 'Sveti Jurij v Slovenskih Goricah',
38153817
),
38163818
'SK' =>
38173819
array (
@@ -4433,6 +4435,7 @@
44334435
11 => 'Sirdaryo',
44344436
12 => 'Surkhondaryo',
44354437
14 => 'Toshkent',
4438+
15 => 'Jizzax',
44364439
),
44374440
'VC' =>
44384441
array (

src/timezone.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Get time zone
55
* @param string $country
66
* @param string $region
7-
* @return string If the timezone is not found, returns NULL
7+
* @return string If the timezone is not found, returns null`
88
*/
99
function get_time_zone($country, $region)
1010
{

0 commit comments

Comments
 (0)