librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1145] and don't misspell the name of the row array


From: Clint Adams
Subject: [Librefm-commits] [1145] and don't misspell the name of the row array
Date: Sun, 03 May 2009 02:41:16 +0000

Revision: 1145
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1145
Author:   clint
Date:     2009-05-03 02:41:15 +0000 (Sun, 03 May 2009)
Log Message:
-----------
and don't misspell the name of the row array

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

Modified: trunk/nixtape/track.php
===================================================================
--- trunk/nixtape/track.php     2009-05-03 02:39:11 UTC (rev 1144)
+++ trunk/nixtape/track.php     2009-05-03 02:41:15 UTC (rev 1145)
@@ -46,7 +46,7 @@
 while (($row = $res->fetchRow(MDB2_FETCHMODE_ASSOC))) {
        $trow = sanitize($row);
        if ($trow["album"]) {
-       $aArtistAlbums[$i++] = new Album(row["album"], row["artist"]);
+       $aArtistAlbums[$i++] = new Album(trow["album"], trow["artist"]);
        }
 }
 





reply via email to

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