librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1658] use FetchRow instead of GetRow


From: Clint Adams
Subject: [Librefm-commits] [1658] use FetchRow instead of GetRow
Date: Sat, 16 May 2009 16:30:43 +0000

Revision: 1658
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1658
Author:   clint
Date:     2009-05-16 16:30:43 +0000 (Sat, 16 May 2009)
Log Message:
-----------
use FetchRow instead of GetRow

Modified Paths:
--------------
    trunk/nixtape/radio/xspf.php

Modified: trunk/nixtape/radio/xspf.php
===================================================================
--- trunk/nixtape/radio/xspf.php        2009-05-16 15:13:33 UTC (rev 1657)
+++ trunk/nixtape/radio/xspf.php        2009-05-16 16:30:43 UTC (rev 1658)
@@ -68,7 +68,7 @@
        for($i=0; $i<5; $i++) {
 
        $res->Move($tr[$i]);
-       $row = $res->GetRow();
+       $row = $res->FetchRow();
 
        $track = new Track($row['name'], $row['artist_name']);
        $album = new Album($row['album_name'], $row['artist_name']);





reply via email to

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