Rerun Updated google url for currency converter.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Thu, 24 May 2018 20:19:59 +0000 (22:19 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Thu, 24 May 2018 20:19:59 +0000 (22:19 +0200)
gl/includes/db/gl_db_rates.inc

index b70822974f9bdc1d3d7124f15e118b2907477645..5578cb331de24dad556a8218fed5a0b6ac42b5c9 100644 (file)
@@ -150,7 +150,7 @@ function get_extern_rate($curr_b, $provider = 'ECB', $date)
        }
        elseif ($provider == 'GOOGLE')
        {
-               $filename = "/bctzjpnsun/converter?a=1&from={$curr_a}&to={$curr_b}";;
+               $filename = "/bctzjpnsun/converter?a=1&from={$curr_a}&to={$curr_b}";
                $site = "finance.google.com";
        }
        elseif ($provider == 'BLOOMBERG')