librefm-commits
[Top][All Lists]
Advanced

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

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


From: Clint Adams
Subject: [Librefm-commits] [1659] use FetchRow instead of GetRow
Date: Sat, 16 May 2009 16:31:25 +0000

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

Modified Paths:
--------------
    branches/stable/nixtape/radio/xspf.php

Modified: branches/stable/nixtape/radio/xspf.php
===================================================================
--- branches/stable/nixtape/radio/xspf.php      2009-05-16 16:30:43 UTC (rev 
1658)
+++ branches/stable/nixtape/radio/xspf.php      2009-05-16 16:31:25 UTC (rev 
1659)
@@ -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]