From 26a19295cb393c56eef2f8d78c2c7b56bb8a4fda Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Sun, 5 Jun 2011 19:19:48 +0200 Subject: [PATCH] Allows geocoding removal for job addresses. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- modules/profile/jobs.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/profile/jobs.inc.php b/modules/profile/jobs.inc.php index aaa256c..b31f327 100644 --- a/modules/profile/jobs.inc.php +++ b/modules/profile/jobs.inc.php @@ -409,6 +409,7 @@ class ProfilePageJobs extends ProfilePage $this->settings['corps'] = new ProfileSettingCorps(); $this->settings['jobs'] = new ProfileSettingJob(); $this->watched = array('cv' => true, 'jobs' => true, 'corps' => true); + Platal::page()->assign('geocoding_removal', true); } protected function _fetchData() -- 2.1.4