librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1901] don't publicize email address


From: Clint Adams
Subject: [Librefm-commits] [1901] don't publicize email address
Date: Sat, 30 May 2009 01:08:37 +0000

Revision: 1901
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1901
Author:   clint
Date:     2009-05-30 01:08:37 +0000 (Sat, 30 May 2009)
Log Message:
-----------
don't publicize email address

Modified Paths:
--------------
    branches/stable/nixtape/api/UserXML.php

Modified: branches/stable/nixtape/api/UserXML.php
===================================================================
--- branches/stable/nixtape/api/UserXML.php     2009-05-30 01:08:17 UTC (rev 
1900)
+++ branches/stable/nixtape/api/UserXML.php     2009-05-30 01:08:37 UTC (rev 
1901)
@@ -34,7 +34,7 @@
                $xml = new SimpleXMLElement('<lfm status="ok"></lfm>');
                $user_node = $xml->addChild('user', null);
                $user_node->addChild('name', $user->name);
-               $user_node->addChild('email', $user->email);
+//             $user_node->addChild('email', $user->email); // should this be 
public
                $user_node->addChild('homepage', $user->homepage);
                $user_node->addChild('location', $user->location);
                $user_node->addChild('bio', $user->bio);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]