librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1157] don't try to lowercase an integer


From: Clint Adams
Subject: [Librefm-commits] [1157] don't try to lowercase an integer
Date: Sun, 03 May 2009 20:13:22 +0000

Revision: 1157
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1157
Author:   clint
Date:     2009-05-03 20:13:19 +0000 (Sun, 03 May 2009)
Log Message:
-----------
don't try to lowercase an integer

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

Modified: trunk/gnukebox/scrobble-utils.php
===================================================================
--- trunk/gnukebox/scrobble-utils.php   2009-05-03 20:07:52 UTC (rev 1156)
+++ trunk/gnukebox/scrobble-utils.php   2009-05-03 20:13:19 UTC (rev 1157)
@@ -146,7 +146,7 @@
                        . "lower(" . ($artist) . "), "
                        . "lower(" . ($album) . "), "
                        . "lower(" . ($mbid) . "),"
-                       . "lower(" . ($tid) . "))");
+                       . ($tid) . ")");
                if(PEAR::isError($res)) {
                        die("FAILED " . $res->getMessage() . "\n");
                }





reply via email to

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