Skip to content

Commit

Permalink
Fixes #4654 Updating currencies. Thanks for the suggestion!
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Feb 10, 2014
1 parent 7df0035 commit 5a74d8d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions core/DataFiles/Currencies.php
@@ -1,4 +1,4 @@
<?php
<?php
/**
* Piwik - Open source web analytics
*
Expand All @@ -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(
Expand Down Expand Up @@ -73,7 +72,6 @@
'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'),
Expand Down Expand Up @@ -103,7 +101,6 @@
'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'),
Expand Down

0 comments on commit 5a74d8d

Please sign in to comment.