librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1531] Fixed bug #26513 in stable


From: Jørgen Bøhnsdalen
Subject: [Librefm-commits] [1531] Fixed bug #26513 in stable
Date: Tue, 12 May 2009 16:41:45 +0000

Revision: 1531
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1531
Author:   jurgbohn
Date:     2009-05-12 16:41:44 +0000 (Tue, 12 May 2009)
Log Message:
-----------
Fixed bug #26513 in stable

Ticket Links:
:-----------
    http://savannah.gnu.org/bugs/?26513

Modified Paths:
--------------
    branches/stable/nixtape/data/TagCloud.php

Modified: branches/stable/nixtape/data/TagCloud.php
===================================================================
--- branches/stable/nixtape/data/TagCloud.php   2009-05-12 14:39:46 UTC (rev 
1530)
+++ branches/stable/nixtape/data/TagCloud.php   2009-05-12 16:41:44 UTC (rev 
1531)
@@ -52,7 +52,7 @@
        $adodb->SetFetchMode(ADODB_FETCH_ASSOC);
         $res = $adodb->CacheGetAll(7200,$query);
         if (!$res) {
-            echo("ERROR $query");
+            // echo("ERROR $query"); Stop echoing this, please. For the ponies.
         } else {
             foreach($res as $count => &$i) {
                 $i['size'] = $sizes[(int) ($count/(count($res)/7))];





reply via email to

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