projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da2fff3
)
Allows geocoding removal for job addresses.
author
Stéphane Jacob
<sj@m4x.org>
Sun, 5 Jun 2011 17:19:48 +0000
(19:19 +0200)
committer
Sté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
patch
|
blob
|
blame
|
history
diff --git
a/modules/profile/jobs.inc.php
b/modules/profile/jobs.inc.php
index
aaa256c
..
b31f327
100644
(file)
--- 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()