librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1132] argh


From: Clint Adams
Subject: [Librefm-commits] [1132] argh
Date: Sat, 02 May 2009 18:52:14 +0000

Revision: 1132
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1132
Author:   clint
Date:     2009-05-02 18:52:14 +0000 (Sat, 02 May 2009)
Log Message:
-----------
argh

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-02 18:44:53 UTC (rev 
1131)
+++ trunk/gnukebox/submissions/1.2/index.php    2009-05-02 18:52:14 UTC (rev 
1132)
@@ -61,9 +61,9 @@
        }
 
        if (!isset($_POST['t'][$i]) || !isset($_POST['a'][$i]) || 
!isset($_POST['i'][$i])) {
-           $f = isset($_POST['t'][$i]) ? "T({$_POST['t'[$i]})" : 't';
-           $f .= isset($_POST['a'][$i]) ? "A({$_POST['a'[$i]})" : 'a';
-           $f .= isset($_POST['i'][$i]) ? "I({$_POST['i'[$i]})" : 'i';
+           $f = isset($_POST['t'][$i]) ? "T({$_POST['t'][$i]})" : 't';
+           $f .= isset($_POST['a'][$i]) ? "A({$_POST['a'][$i]})" : 'a';
+           $f .= isset($_POST['i'][$i]) ? "I({$_POST['i'][$i]})" : 'i';
 
            die("FAILED Track $i was submitted with empty mandatory field(s): 
{$f}\n");
        }





reply via email to

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