Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-02-11 03:27:22 +0400
committermattab <matthieu.aubry@gmail.com>2014-02-11 03:27:22 +0400
commit5a74d8d7fb1b7e2014cb73d746d970e4627c0f60 (patch)
tree58e5a377e36526faf8dd3c4bac7a3afc47b94488 /core/DataFiles
parent7df0035699818ca65e46941ffee038775755253a (diff)
Fixes #4654 Updating currencies. Thanks for the suggestion!
Diffstat (limited to 'core/DataFiles')
-rw-r--r--core/DataFiles/Currencies.php7
1 files changed, 2 insertions, 5 deletions
diff --git a/core/DataFiles/Currencies.php b/core/DataFiles/Currencies.php
index 8915268024..f8b788ce6d 100644
--- a/core/DataFiles/Currencies.php
+++ b/core/DataFiles/Currencies.php
@@ -1,4 +1,4 @@
-<?php
+ <?php
/**
* Piwik - Open source web analytics
*
@@ -8,10 +8,9 @@
*/
/**
- * International currencies in circulation
+ * International currencies in circulation.
*
* @see http://en.wikipedia.org/wiki/List_of_circulating_currencies
- * @see http://www.iso.org/iso/currency_codes_list-1.html
*/
if (!isset($GLOBALS['Piwik_CurrencyList'])) {
$GLOBALS['Piwik_CurrencyList'] = array(
@@ -73,7 +72,6 @@ if (!isset($GLOBALS['Piwik_CurrencyList'])) {
'XCD' => array('$', 'East Caribbean dollar'),
'EGP' => array('ج.م', 'Egyptian pound'),
'ERN' => array('Nfk', 'Eritrean nakfa'),
- 'EEK' => array('kr', 'Estonian kroon'),
'ETB' => array('Br', 'Ethiopian birr'),
// 'EUR' => array('€', 'Euro'),
'FKP' => array('£', 'Falkland Islands pound'),
@@ -103,7 +101,6 @@ if (!isset($GLOBALS['Piwik_CurrencyList'])) {
'KWD' => array('د.ك', 'Kuwaiti dinar'),
'KGS' => array('лв', 'Kyrgyzstani som'),
'LAK' => array('₭', 'Lao kip'),
- 'LVL' => array('Ls', 'Latvian lats'),
'LBP' => array('ل.ل', 'Lebanese pound'),
'LSL' => array('L', 'Lesotho loti'),
'LRD' => array('$', 'Liberian dollar'),