From: Stéphane Jacob Date: Sun, 12 Dec 2010 20:36:31 +0000 (+0100) Subject: Phone publicity -> public. X-Git-Tag: xorg/1.0.2~76 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=f77a7f090752d6b5c17f6b969491d56032f5f7b6;p=platal.git Phone publicity -> public. Signed-off-by: Stéphane Jacob --- diff --git a/classes/phone.php b/classes/phone.php index 7dd4a4b..64dfe0e 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 = 'ax'; + public $pub = 'ax'; public $comment = ''; private $error = false;