librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1421] stop showing too much


From: Matt Lee
Subject: [Librefm-commits] [1421] stop showing too much
Date: Fri, 08 May 2009 21:22:46 +0000

Revision: 1421
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1421
Author:   mattl
Date:     2009-05-08 21:22:45 +0000 (Fri, 08 May 2009)
Log Message:
-----------
stop showing too much 

Modified Paths:
--------------
    trunk/nixtape/data/Group.php

Modified: trunk/nixtape/data/Group.php
===================================================================
--- trunk/nixtape/data/Group.php        2009-05-08 21:21:43 UTC (rev 1420)
+++ trunk/nixtape/data/Group.php        2009-05-08 21:22:45 UTC (rev 1421)
@@ -55,7 +55,8 @@
                        
                        if(PEAR::isError($res)) {
                                header("Content-Type: text/plain");
-                               print_r($res);
+                               //print_r($res);
+                               
                                exit;
                        }
 
@@ -226,7 +227,7 @@
                if(PEAR::isError($res))
                {
                        header("Content-Type: text/plain");
-                       print_r($res);
+                       //print_r($res);
                        exit;
                }
 
@@ -265,7 +266,7 @@
                
                if(PEAR::isError($res)) {
                        header("Content-Type: text/plain");
-                       print_r($res);
+                       //print_r($res);
                        exit;
                }
 





reply via email to

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