librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1194] missing semicolon


From: Clint Adams
Subject: [Librefm-commits] [1194] missing semicolon
Date: Tue, 05 May 2009 01:05:50 +0000

Revision: 1194
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1194
Author:   clint
Date:     2009-05-05 01:05:50 +0000 (Tue, 05 May 2009)
Log Message:
-----------
missing semicolon

Modified Paths:
--------------
    trunk/gnukebox/scrobble-utils.php

Modified: trunk/gnukebox/scrobble-utils.php
===================================================================
--- trunk/gnukebox/scrobble-utils.php   2009-05-05 01:03:51 UTC (rev 1193)
+++ trunk/gnukebox/scrobble-utils.php   2009-05-05 01:05:50 UTC (rev 1194)
@@ -217,7 +217,7 @@
        
if(preg_match('/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/',
 $input)) {
                return $mdb2->quote($input, "text");
        } else {
-               return 'NULL'
+               return 'NULL';
        }
 } else {
        return 'NULL';





reply via email to

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