From c1d2cd1293d5be341f7af7b6827ab6633829c164 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 30 Mar 2012 09:51:21 +0200 Subject: [PATCH] MINOR Corrected Geoip entries for ex-Yugoslavia ... better late than never --- integration/Geoip.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integration/Geoip.php b/integration/Geoip.php index 7993e228b..24e7ec355 100755 --- a/integration/Geoip.php +++ b/integration/Geoip.php @@ -155,6 +155,7 @@ class Geoip { 'MA' => "Morocco", 'MC' => "Monaco", 'MD' => "Moldova - Republic of", + 'ME' => "Montenegro", 'MG' => "Madagascar", 'MH' => "Marshall Islands", 'MK' => "Macedonia - the Former Yugoslav Republic of", @@ -203,6 +204,7 @@ class Geoip { 'QA' => "Qatar", 'RE' => "Reunion", 'RO' => "Romania", + 'RS' => "Serbia", 'RU' => "Russian Federation", 'RW' => "Rwanda", 'SA' => "Saudi Arabia", @@ -257,7 +259,6 @@ class Geoip { 'WS' => "Samoa", 'YE' => "Yemen", 'YT' => "Mayotte", - 'YU' => "Yugoslavia", 'ZA' => "South Africa", 'ZM' => "Zambia", 'ZR' => "Zaire",