From: Stéphane Jacob Date: Sun, 28 Nov 2010 13:02:38 +0000 (+0100) Subject: Default job publicity should also be set to ax. X-Git-Tag: xorg/1.0.2~119 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=39ee5e7571f58414a22825503f67675a3831a151;p=platal.git Default job publicity should also be set to ax. Signed-off-by: Stéphane Jacob --- diff --git a/modules/profile/jobs.inc.php b/modules/profile/jobs.inc.php index 7e1a1ef..da10f88 100644 --- 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()