librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1616] send required newline for BADSESSION in nowplay


From: Clint Adams
Subject: [Librefm-commits] [1616] send required newline for BADSESSION in nowplaying
Date: Fri, 15 May 2009 02:40:55 +0000

Revision: 1616
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1616
Author:   clint
Date:     2009-05-15 02:40:54 +0000 (Fri, 15 May 2009)
Log Message:
-----------
send required newline for BADSESSION in nowplaying

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-15 02:40:50 UTC (rev 
1615)
+++ trunk/gnukebox/nowplaying/1.2/index.php     2009-05-15 02:40:54 UTC (rev 
1616)
@@ -60,7 +60,7 @@
 $adodb->Execute("DELETE FROM Now_Playing WHERE sessionid = " . ($MQsess));
 
 if (!check_session($MQsess)) {
-       die("BADSESSION");
+       die("BADSESSION\n");
 }
 
 try {





reply via email to

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