librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1749] ridiculous


From: Clint Adams
Subject: [Librefm-commits] [1749] ridiculous
Date: Sat, 23 May 2009 21:12:23 +0000

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

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

Modified: trunk/gnukebox/temp-utils.php
===================================================================
--- trunk/gnukebox/temp-utils.php       2009-05-23 21:11:15 UTC (rev 1748)
+++ trunk/gnukebox/temp-utils.php       2009-05-23 21:12:23 UTC (rev 1749)
@@ -28,7 +28,7 @@
 
        $adodb->SetFetchMode(ADODB_FETCH_ASSOC);
        try {
-               $uniqueid = GetOne('SELECT uniqueid from Users where 
lower(username) = lower('.$adodb->qstr($username).')');
+               $uniqueid = $adodb->GetOne('SELECT uniqueid from Users where 
lower(username) = lower('.$adodb->qstr($username).')');
        } catch (exception $e) {
                return null;
        }





reply via email to

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