librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1561] no


From: Clint Adams
Subject: [Librefm-commits] [1561] no
Date: Thu, 14 May 2009 04:33:36 +0000

Revision: 1561
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1561
Author:   clint
Date:     2009-05-14 04:33:35 +0000 (Thu, 14 May 2009)
Log Message:
-----------
no

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-14 04:32:20 UTC (rev 
1560)
+++ trunk/gnukebox/nowplaying/1.2/index.php     2009-05-14 04:33:35 UTC (rev 
1561)
@@ -27,6 +27,7 @@
 if(empty($_POST['s']) || empty($_POST['a']) || empty($_POST['t'])) {
        die("FAILED Required POST parameters are empty\n");
 }
+die("OK\n");
 
 $session_id = $_POST['s'];
 
@@ -76,7 +77,7 @@
 getTrackCreateIfNew($artist, $album, $track, $mbid);
 
 //Expire old tracks
-// $adodb->Execute("DELETE FROM Now_Playing WHERE expires < " . time());
+$adodb->Execute("DELETE FROM Now_Playing WHERE expires < " . time());
 
 die("OK\n");
 





reply via email to

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