librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1526] minor beautification


From: Clint Adams
Subject: [Librefm-commits] [1526] minor beautification
Date: Tue, 12 May 2009 04:39:13 +0000

Revision: 1526
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1526
Author:   clint
Date:     2009-05-12 04:39:13 +0000 (Tue, 12 May 2009)
Log Message:
-----------
minor beautification

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 04:37:57 UTC (rev 
1525)
+++ trunk/gnukebox/nowplaying/1.2/index.php     2009-05-12 04:39:13 UTC (rev 
1526)
@@ -66,13 +66,13 @@
 $adodb->Execute("DELETE FROM Now_Playing WHERE sessionid = " . ($MQsess));
 
 try {
-$adodb->Execute("INSERT INTO Now_Playing (sessionid, artist, album, track, 
expires, mbid) VALUES ("
-       . $MQsess . ", "
-       . $artist . ", "
-       . $album . ", "
-       . $track . ", "
-       . $expires . ", "
-       . $mbid . ")");
+       $adodb->Execute("INSERT INTO Now_Playing (sessionid, artist, album, 
track, expires, mbid) VALUES ("
+                       . $MQsess . ", "
+                       . $artist . ", "
+                       . $album . ", "
+                       . $track . ", "
+                       . $expires . ", "
+                       . $mbid . ")");
 }
 catch (exception $e) {
        die("FAILED " . $e->getMessage() . "\n");





reply via email to

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