librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1092] revert tag cloud freedom while I investigate pe


From: Clint Adams
Subject: [Librefm-commits] [1092] revert tag cloud freedom while I investigate performance issues
Date: Thu, 30 Apr 2009 22:53:30 +0000

Revision: 1092
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1092
Author:   clint
Date:     2009-04-30 22:53:30 +0000 (Thu, 30 Apr 2009)
Log Message:
-----------
revert tag cloud freedom while I investigate performance issues

Modified Paths:
--------------
    trunk/nixtape/index.php

Modified: trunk/nixtape/index.php
===================================================================
--- trunk/nixtape/index.php     2009-04-30 22:47:39 UTC (rev 1091)
+++ trunk/nixtape/index.php     2009-04-30 22:53:30 UTC (rev 1092)
@@ -25,7 +25,7 @@
 require_once('data/Server.php');
 require_once('data/TagCloud.php');
 
-$aTagCloud = TagCloud::GenerateTagCloud('Free_Scrobbles', 'artist');
+$aTagCloud = TagCloud::GenerateTagCloud('Scrobbles', 'artist');
 if (!PEAR::isError ($aTagCloud)) {
        $smarty->assign('tagcloud', $aTagCloud);
 }





reply via email to

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