Allows geocoding removal for job addresses.
authorStéphane Jacob <sj@m4x.org>
Sun, 5 Jun 2011 17:19:48 +0000 (19:19 +0200)
committerStéphane Jacob <sj@m4x.org>
Sun, 5 Jun 2011 17:19:48 +0000 (19:19 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
modules/profile/jobs.inc.php

index aaa256c..b31f327 100644 (file)
@@ -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()