From c7c2a1818455e60777fbd203756b2366bd9939c1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Fri, 24 Jul 2009 18:15:33 +0200 Subject: [PATCH] geoloc.inc.php has been replaced by geocoding.inc.php. --- modules/search.php | 2 +- plugins/function.display_address.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/search.php b/modules/search.php index 902f9f1..f70e634 100644 --- a/modules/search.php +++ b/modules/search.php @@ -155,7 +155,7 @@ class SearchModule extends PLModule function handler_advanced(&$page, $action = null, $subaction = null) { global $globals; - require_once 'geoloc.inc.php'; + require_once 'geocoding.inc.php'; $this->load('search.inc.php'); $page->assign('advanced',1); $page->addJsLink('jquery.autocomplete.js'); diff --git a/plugins/function.display_address.php b/plugins/function.display_address.php index 7114a2b..5d40737 100644 --- a/plugins/function.display_address.php +++ b/plugins/function.display_address.php @@ -38,7 +38,7 @@ function display_address_isIdentity($idt, $value, $test_reverse = true) function smarty_function_display_address($param, &$smarty) { - require_once('geoloc.inc.php'); + require_once('geocoding.inc.php'); $txtad = $param['adr']['text']; if (!$txtad && !$param['adr']['tels'] && !count($param['adr']['tels'])) { return ""; -- 2.1.4