librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1514] ridiculous misspelling


From: Clint Adams
Subject: [Librefm-commits] [1514] ridiculous misspelling
Date: Tue, 12 May 2009 01:47:32 +0000

Revision: 1514
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1514
Author:   clint
Date:     2009-05-12 01:47:31 +0000 (Tue, 12 May 2009)
Log Message:
-----------
ridiculous misspelling

Modified Paths:
--------------
    trunk/nixtape/data/Album.php

Modified: trunk/nixtape/data/Album.php
===================================================================
--- trunk/nixtape/data/Album.php        2009-05-12 01:46:14 UTC (rev 1513)
+++ trunk/nixtape/data/Album.php        2009-05-12 01:47:31 UTC (rev 1514)
@@ -49,7 +49,7 @@
                        'SELECT name, artist_name, mbid, image, releasedate 
FROM Album WHERE '
                        . 'name = ' . $adodb->qstr($name) . ' AND '
                        . 'artist_name = ' . $adodb->qstr($artist));
-               if(!$w) {
+               if(!$r) {
                        $this->name = 'No such album: ' . $name;
                } else {
                        $row = sanitize($r);





reply via email to

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