librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1227] PHP expects parenthesis.


From: Jørgen Bøhnsdalen
Subject: [Librefm-commits] [1227] PHP expects parenthesis.
Date: Wed, 06 May 2009 17:13:16 +0000

Revision: 1227
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1227
Author:   jurgbohn
Date:     2009-05-06 17:13:16 +0000 (Wed, 06 May 2009)
Log Message:
-----------
PHP expects parenthesis. Picky bastard.

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

Modified: trunk/nixtape/api/UserXML.php
===================================================================
--- trunk/nixtape/api/UserXML.php       2009-05-06 17:12:29 UTC (rev 1226)
+++ trunk/nixtape/api/UserXML.php       2009-05-06 17:13:16 UTC (rev 1227)
@@ -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($user->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]