projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c67b874
)
Fixes missing braket.
author
Stéphane Jacob
<sj@m4x.org>
Thu, 9 Sep 2010 21:22:57 +0000
(23:22 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Thu, 9 Sep 2010 21:23:15 +0000
(23:23 +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
a77bfa3
..
f173b41
100644
(file)
--- a/
modules/profile/jobs.inc.php
+++ b/
modules/profile/jobs.inc.php
@@
-234,6
+234,7
@@
class ProfileSettingJob extends ProfileSettingGeocoding
if ($job[$key] == 0) {
$job[$key] = null;
}
+ }
}
foreach ($value as $key => &$job) {
$ls = true;