librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1760] this might mitigate a little later


From: Clint Adams
Subject: [Librefm-commits] [1760] this might mitigate a little later
Date: Sat, 23 May 2009 21:47:29 +0000

Revision: 1760
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1760
Author:   clint
Date:     2009-05-23 21:47:29 +0000 (Sat, 23 May 2009)
Log Message:
-----------
this might mitigate a little later

Modified Paths:
--------------
    branches/stable/gnukebox/temp-utils.php

Modified: branches/stable/gnukebox/temp-utils.php
===================================================================
--- branches/stable/gnukebox/temp-utils.php     2009-05-23 21:47:16 UTC (rev 
1759)
+++ branches/stable/gnukebox/temp-utils.php     2009-05-23 21:47:29 UTC (rev 
1760)
@@ -43,7 +43,7 @@
        try {
                $username = $adodb->GetOne('SELECT username from Users where 
uniqueid = '.($uniqueid));
        } catch (exception $e) {
-               return "BROKEN";
+               return "BROKEN($uniqueid)";
        }
 
        return $username;





reply via email to

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