librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1751] stray paren


From: Clint Adams
Subject: [Librefm-commits] [1751] stray paren
Date: Sat, 23 May 2009 21:13:43 +0000

Revision: 1751
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1751
Author:   clint
Date:     2009-05-23 21:13:42 +0000 (Sat, 23 May 2009)
Log Message:
-----------
stray paren

Modified Paths:
--------------
    trunk/gnukebox/temp-utils.php

Modified: trunk/gnukebox/temp-utils.php
===================================================================
--- trunk/gnukebox/temp-utils.php       2009-05-23 21:13:01 UTC (rev 1750)
+++ trunk/gnukebox/temp-utils.php       2009-05-23 21:13:42 UTC (rev 1751)
@@ -41,7 +41,7 @@
 
        $adodb->SetFetchMode(ADODB_FETCH_ASSOC);
        try {
-               $username = $adodb->GetOne('SELECT username from Users where 
uniqueid) = '.($uniqueid));
+               $username = $adodb->GetOne('SELECT username from Users where 
uniqueid = '.($uniqueid));
        } catch (exception $e) {
                return null;
        }





reply via email to

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