librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1226] Display modified if set


From: Jørgen Bøhnsdalen
Subject: [Librefm-commits] [1226] Display modified if set
Date: Wed, 06 May 2009 17:12:29 +0000

Revision: 1226
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1226
Author:   jurgbohn
Date:     2009-05-06 17:12:29 +0000 (Wed, 06 May 2009)
Log Message:
-----------
Display modified if set

Modified Paths:
--------------
    trunk/nixtape/api/UserXML.php

Modified: trunk/nixtape/api/UserXML.php
===================================================================
--- trunk/nixtape/api/UserXML.php       2009-05-06 17:11:34 UTC (rev 1225)
+++ trunk/nixtape/api/UserXML.php       2009-05-06 17:12:29 UTC (rev 1226)
@@ -39,7 +39,7 @@
        $user_node->addChild("location", $user->location);
        $user_node->addChild("bio", $user->bio);
        $user_node->addChild("profile_created", strftime("%c", $user->created));
-       if (isset($row['modified']))
+       if (isset($user->modified)
            $user_node->addChild("profile_updated", strftime("%c", 
$user->modified));
 
        return($xml);





reply via email to

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