librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1146] don't misspell the names of other arrays either


From: Clint Adams
Subject: [Librefm-commits] [1146] don't misspell the names of other arrays either
Date: Sun, 03 May 2009 02:43:23 +0000

Revision: 1146
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1146
Author:   clint
Date:     2009-05-03 02:43:21 +0000 (Sun, 03 May 2009)
Log Message:
-----------
don't misspell the names of other arrays either

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

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





reply via email to

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