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

Commit

Permalink
Update regions
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed May 1, 2015
1 parent 17ec104 commit aa449af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions src/geoipregionvars.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 2014 MaxMind, Inc. All Rights Reserved
// Copyright 2015 MaxMind, Inc. All Rights Reserved
global $GEOIP_REGION_NAME;
$GEOIP_REGION_NAME = array (
'AD' =>
Expand Down Expand Up @@ -2113,6 +2113,7 @@
17 => 'Stung Treng',
18 => 'Svay Rieng',
19 => 'Takeo',
23 => 'Ratanakiri',
25 => 'Banteay Meanchey',
28 => 'Preah Seihanu',
30 => 'Pailin',
Expand Down Expand Up @@ -2514,7 +2515,7 @@
35 => 'Gradsko',
36 => 'Ilinden',
37 => 'Izvor',
38 => 'Jegunovce',
'D5' => 'Jegunovce',
39 => 'Kamenjane',
40 => 'Karbinci',
41 => 'Karpos',
Expand Down Expand Up @@ -3812,6 +3813,7 @@
'P3' => 'Smarjesk Toplice',
'P4' => 'Sredisce ob Dravi',
'P5' => 'Straza',
'P7' => 'Sveti Jurij v Slovenskih Goricah',
),
'SK' =>
array (
Expand Down Expand Up @@ -4433,6 +4435,7 @@
11 => 'Sirdaryo',
12 => 'Surkhondaryo',
14 => 'Toshkent',
15 => 'Jizzax',
),
'VC' =>
array (
Expand Down
2 changes: 1 addition & 1 deletion src/timezone.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Get time zone
* @param string $country
* @param string $region
* @return string If the timezone is not found, returns NULL
* @return string If the timezone is not found, returns null`
*/
function get_time_zone($country, $region)
{
Expand Down

0 comments on commit aa449af

Please sign in to comment.