From 5f096c575e26cd03e8b5ad74a6e891b2a63e2bd6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Sat, 27 Nov 2010 23:22:01 +0100 Subject: [PATCH] Default profile publicity is now ax (Closes #1360). MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- classes/address.php | 2 +- classes/phone.php | 2 +- templates/include/flags.radio.tpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/classes/address.php b/classes/address.php index d5f7f87..a5c651c 100644 --- a/classes/address.php +++ b/classes/address.php @@ -78,7 +78,7 @@ class Address public $geocodeChosen = null; // Database's field required for both 'home' and 'job' addresses. - public $pub = 'private'; + public $pub = 'ax'; // Database's fields required for 'home' addresses. public $flags = null; // 'current', 'temporary', 'secondary', 'mail', 'cedex', 'deliveryIssue' diff --git a/classes/phone.php b/classes/phone.php index 948894f..5ca75ee 100644 --- a/classes/phone.php +++ b/classes/phone.php @@ -67,7 +67,7 @@ class Phone // The following fields are the fields of the form in the profile edition. private $type = 'fixed'; public $display = ''; - private $pub = 'private'; + private $pub = 'ax'; public $comment = ''; private $error = false; diff --git a/templates/include/flags.radio.tpl b/templates/include/flags.radio.tpl index 4ea1998..b20df9d 100644 --- a/templates/include/flags.radio.tpl +++ b/templates/include/flags.radio.tpl @@ -22,7 +22,7 @@ {if t($withtext)} Quelle couleur ? {/if} -{if !t($val)}{assign var=val value='private'}{/if} +{if !t($val)}{assign var=val value='ax'}{/if}