Fix for some buggy curl versions.
[fa-stable.git] / gl / manage / exchange_rates.php
index 02ba10c766c43f6be5d7ac5c504df91a1d45959a..493509f9d7a339eb3da2c23638b11b05972984db 100644 (file)
@@ -135,9 +135,6 @@ function display_rate_edit()
        if (isset($_POST['get_rate']))
        {
                $_POST['BuyRate'] = exrate_format(get_ecb_rate($_POST['curr_abrev']));
-               if ($_POST['BuyRate'] == 0) {
-                       display_error(_('This currency is not listed by ECB. Enter exchange rate manually.'));
-               }
                $Ajax->activate('BuyRate');
        }
        small_amount_row(_("Exchange Rate:"), 'BuyRate', null, '',