librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1191] tweak


From: Clint Adams
Subject: [Librefm-commits] [1191] tweak
Date: Tue, 05 May 2009 00:03:20 +0000

Revision: 1191
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1191
Author:   clint
Date:     2009-05-05 00:03:20 +0000 (Tue, 05 May 2009)
Log Message:
-----------
tweak

Modified Paths:
--------------
    trunk/nixtape/admin/report/mbid-mismatch.php
    trunk/nixtape/themes/librefm/templates/mbid-mismatch-report.tpl

Modified: trunk/nixtape/admin/report/mbid-mismatch.php
===================================================================
--- trunk/nixtape/admin/report/mbid-mismatch.php        2009-05-04 23:59:06 UTC 
(rev 1190)
+++ trunk/nixtape/admin/report/mbid-mismatch.php        2009-05-05 00:03:20 UTC 
(rev 1191)
@@ -30,7 +30,7 @@
 
 while (($row = $res->fetchRow(MDB2_FETCHMODE_ASSOC))) {
        $trow = sanitize($row);
-       $aEntries[$i++] = $row;
+       $aEntries[$i++] = $trow;
 }
 
 $smarty->assign("entries", $aEntries);

Modified: trunk/nixtape/themes/librefm/templates/mbid-mismatch-report.tpl
===================================================================
--- trunk/nixtape/themes/librefm/templates/mbid-mismatch-report.tpl     
2009-05-04 23:59:06 UTC (rev 1190)
+++ trunk/nixtape/themes/librefm/templates/mbid-mismatch-report.tpl     
2009-05-05 00:03:20 UTC (rev 1191)
@@ -16,12 +16,12 @@
   <tbody>
 {section name=i loop=$entries}
 <tr>
-<td>{$entries[$i]->id}</td>
-<td>{$entries[$i]->artist}</td>
-<td>{$entries[$i]->album}</td>
-<td>{$entries[$i]->name}</td>
-<td>{$entries[$i]->tmbid}</td>
-<td>{$entries[$i]->stmbid}</td>
+<td>{$entries[i].id}</td>
+<td>{$entries[i].artist}</td>
+<td>{$entries[i].album}</td>
+<td>{$entries[i].name}</td>
+<td>{$entries[i].tmbid}</td>
+<td>{$entries[i].stmbid}</td>
 </tr>
 {/section}
   </tbody>





reply via email to

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