librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1284] Uh, scratch that, I suck.


From: Jørgen Bøhnsdalen
Subject: [Librefm-commits] [1284] Uh, scratch that, I suck.
Date: Thu, 07 May 2009 19:29:30 +0000

Revision: 1284
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1284
Author:   jurgbohn
Date:     2009-05-07 19:29:29 +0000 (Thu, 07 May 2009)
Log Message:
-----------
Uh, scratch that, I suck.

Modified Paths:
--------------
    trunk/nixtape/track.php

Modified: trunk/nixtape/track.php
===================================================================
--- trunk/nixtape/track.php     2009-05-07 19:28:31 UTC (rev 1283)
+++ trunk/nixtape/track.php     2009-05-07 19:29:29 UTC (rev 1284)
@@ -47,7 +47,7 @@
 
 while (($row = $res->fetchRow(MDB2_FETCHMODE_ASSOC))) {
        $trow = sanitize($row);
-       if ($trow["album"] && ($trow["album"] != $track->album_name)) {
+       if ($trow["album"]) {
                $aOtherAlbums[$i++] = new Album($trow["album"], 
$trow["artist"]);
        }
 }





reply via email to

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