From 3f9070f64c404bde1f55ecf4827658d27bdad815 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Thu, 24 May 2018 22:19:59 +0200 Subject: [PATCH] Rerun Updated google url for currency converter. --- gl/includes/db/gl_db_rates.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gl/includes/db/gl_db_rates.inc b/gl/includes/db/gl_db_rates.inc index b7082297..5578cb33 100644 --- a/gl/includes/db/gl_db_rates.inc +++ b/gl/includes/db/gl_db_rates.inc @@ -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') -- 2.30.2