librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1894] temporary debugging


From: Clint Adams
Subject: [Librefm-commits] [1894] temporary debugging
Date: Wed, 03 Jun 2009 14:49:59 +0000

Revision: 1894
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1894
Author:   clint
Date:     2009-06-03 14:49:59 +0000 (Wed, 03 Jun 2009)
Log Message:
-----------
temporary debugging

Modified Paths:
--------------
    trunk/nixtape/api/UserXML.php

Modified: trunk/nixtape/api/UserXML.php
===================================================================
--- trunk/nixtape/api/UserXML.php       2009-06-03 14:49:56 UTC (rev 1893)
+++ trunk/nixtape/api/UserXML.php       2009-06-03 14:49:59 UTC (rev 1894)
@@ -21,7 +21,6 @@
 require_once($install_path . '/database.php');
 require_once($install_path . '/data/User.php');
 require_once('xml.php');
-require_once($install_path . '/../turtle/temp-utils.php'); // this is 
extremely dodgy and shameful
 
 class UserXML {
 
@@ -112,6 +111,7 @@
                        $user = new User($user);
                        $res = $user->getScrobbles($limit);
                } catch (exception $e) {
+die($e);
                        $err = 1;
                }
 





reply via email to

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