librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1560] or this


From: Clint Adams
Subject: [Librefm-commits] [1560] or this
Date: Thu, 14 May 2009 04:32:21 +0000

Revision: 1560
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1560
Author:   clint
Date:     2009-05-14 04:32:20 +0000 (Thu, 14 May 2009)
Log Message:
-----------
or this

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:30:45 UTC (rev 
1559)
+++ trunk/gnukebox/nowplaying/1.2/index.php     2009-05-14 04:32:20 UTC (rev 
1560)
@@ -69,14 +69,14 @@
        die("FAILED " . $e->getMessage() . "\n");
 }
 
-// createArtistIfNew($artist);
-// if($album != 'NULL') {
-//     createAlbumIfNew($artist, $album);
-// }
-// getTrackCreateIfNew($artist, $album, $track, $mbid);
+createArtistIfNew($artist);
+if($album != 'NULL') {
+       createAlbumIfNew($artist, $album);
+}
+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]