librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1197] use the proper index number


From: Clint Adams
Subject: [Librefm-commits] [1197] use the proper index number
Date: Tue, 05 May 2009 01:42:34 +0000

Revision: 1197
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1197
Author:   clint
Date:     2009-05-05 01:42:33 +0000 (Tue, 05 May 2009)
Log Message:
-----------
use the proper index number

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

Modified: trunk/gnukebox/submissions/1.2/index.php
===================================================================
--- trunk/gnukebox/submissions/1.2/index.php    2009-05-05 01:29:40 UTC (rev 
1196)
+++ trunk/gnukebox/submissions/1.2/index.php    2009-05-05 01:42:33 UTC (rev 
1197)
@@ -84,7 +84,7 @@
                $time = strtotime($_POST['i'][$i]);
        }
 
-       $mb = validateMBID($_POST['m']);
+       $mb = validateMBID($_POST['m'][$i]);
 
        if($mb) {
                $mbid = $mdb2->quote($mb, "text");





reply via email to

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