projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59e8fb0
)
Default job publicity should also be set to ax.
author
Stéphane Jacob
<sj@m4x.org>
Sun, 28 Nov 2010 13:02:38 +0000
(14:02 +0100)
committer
Stéphane Jacob
<sj@m4x.org>
Wed, 1 Dec 2010 12:37:47 +0000
(13:37 +0100)
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
7e1a1ef
..
da10f88
100644
(file)
--- a/
modules/profile/jobs.inc.php
+++ b/
modules/profile/jobs.inc.php
@@
-49,13
+49,13
@@
class ProfileSettingJob implements ProfileSetting
return array(
'id' => '0',
'jobid' => '',
- 'pub' => '
private
',
+ 'pub' => '
ax
',
'name' => '',
'description' => '',
'w_url' => '',
'w_address' => $address->toFormArray(),
'w_email' => '',
- 'w_email_pub' => '
private
',
+ 'w_email_pub' => '
ax
',
'w_email_new' => '',
'w_phone' => array(0 => $phone->toFormArray()),
'terms' => array()