librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1519] wrong args to qstr


From: Clint Adams
Subject: [Librefm-commits] [1519] wrong args to qstr
Date: Tue, 12 May 2009 02:34:52 +0000

Revision: 1519
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1519
Author:   clint
Date:     2009-05-12 02:34:52 +0000 (Tue, 12 May 2009)
Log Message:
-----------
wrong args to qstr

Modified Paths:
--------------
    trunk/gnukebox/nowplaying/1.2/index.php

Modified: trunk/gnukebox/nowplaying/1.2/index.php
===================================================================
--- trunk/gnukebox/nowplaying/1.2/index.php     2009-05-12 02:16:44 UTC (rev 
1518)
+++ trunk/gnukebox/nowplaying/1.2/index.php     2009-05-12 02:34:52 UTC (rev 
1519)
@@ -49,7 +49,7 @@
 $mb = validateMBID($_POST['m']);
 
 if($mb) {
-       $mbid = $adodb->qstr($mb, "text");
+       $mbid = $adodb->qstr($mb);
 } else {
        $mbid = 'NULL';
 }





reply via email to

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