librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1762] bad typo


From: Clint Adams
Subject: [Librefm-commits] [1762] bad typo
Date: Sat, 23 May 2009 21:50:00 +0000

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

Modified Paths:
--------------
    branches/stable/gnukebox/scrobble-utils.php

Modified: branches/stable/gnukebox/scrobble-utils.php
===================================================================
--- branches/stable/gnukebox/scrobble-utils.php 2009-05-23 21:49:41 UTC (rev 
1761)
+++ branches/stable/gnukebox/scrobble-utils.php 2009-05-23 21:49:59 UTC (rev 
1762)
@@ -33,7 +33,7 @@
        $adodb->Execute('DELETE FROM Scrobble_Sessions WHERE expires < ' . 
time());
 
        try {
-               $res = $adodb->GetOne('SELECT user FROM Scrobble_Sessions WHERE 
sessionid = ' . $adodb->qstr($session_id)); // get the username from the table
+               $res = $adodb->GetOne('SELECT userid FROM Scrobble_Sessions 
WHERE sessionid = ' . $adodb->qstr($session_id)); // get the username from the 
table
        }
        catch (exception $e) {
                die('FAILED ufs ' . $e->getMessage() . '\n');





reply via email to

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