From af685186df7fe127609ffeaa0afc7641f6576658 Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Wed, 27 Sep 2006 21:55:55 +0000 Subject: [PATCH] Ugly hack, but google maps now works when the address is in the USA git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.11@926 839d8a87-29fc-0310-9880-83ba4fa771e5 --- plugins/function.display_address.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/function.display_address.php b/plugins/function.display_address.php index 4cf3154..e740d51 100644 --- a/plugins/function.display_address.php +++ b/plugins/function.display_address.php @@ -29,9 +29,9 @@ function smarty_function_display_address($param, &$smarty) { !$param['adr']['fax'] && !$param['adr']['mobile']) return ""; - $lines = explode("\n",$txtad); + $lines = explode("\n", $txtad); $txthtml = ""; - $map = ""; + $map = ""; if ($param['titre']) { if ($param['titre_div']) -- 2.1.4