From: Stéphane Jacob Date: Sun, 5 Jun 2011 17:19:48 +0000 (+0200) Subject: Allows geocoding removal for job addresses. X-Git-Tag: xorg/1.1.2~52 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=26a19295cb393c56eef2f8d78c2c7b56bb8a4fda;p=platal.git Allows geocoding removal for job addresses. Signed-off-by: Stéphane Jacob --- 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()