librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1505] remove extraneous curly brace


From: Clint Adams
Subject: [Librefm-commits] [1505] remove extraneous curly brace
Date: Tue, 12 May 2009 00:42:34 +0000

Revision: 1505
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1505
Author:   clint
Date:     2009-05-12 00:42:33 +0000 (Tue, 12 May 2009)
Log Message:
-----------
remove extraneous curly brace

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-12 00:40:09 UTC (rev 
1504)
+++ trunk/gnukebox/submissions/1.2/index.php    2009-05-12 00:42:33 UTC (rev 
1505)
@@ -166,11 +166,10 @@
                     die("FAILED " . $e->getMessage() . "\n");
                }
                
-               }
+       }
 
                // Destroy now_playing since it is almost certainly obsolescent
                $adodb->Execute("DELETE FROM Now_Playing WHERE sessionid = " . 
$adodb->qstr($session_id));
-       }
 }
 
 die("OK\n");





reply via email to

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