librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1450] make the main page artist cloud be "free artist


From: Clint Adams
Subject: [Librefm-commits] [1450] make the main page artist cloud be "free artists" only
Date: Sun, 10 May 2009 03:22:27 +0000

Revision: 1450
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1450
Author:   clint
Date:     2009-05-10 03:22:26 +0000 (Sun, 10 May 2009)
Log Message:
-----------
make the main page artist cloud be "free artists" only

Modified Paths:
--------------
    branches/stable/nixtape/index.php

Modified: branches/stable/nixtape/index.php
===================================================================
--- branches/stable/nixtape/index.php   2009-05-10 03:21:57 UTC (rev 1449)
+++ branches/stable/nixtape/index.php   2009-05-10 03:22:26 UTC (rev 1450)
@@ -25,7 +25,7 @@
 require_once('data/Server.php');
 require_once('data/TagCloud.php');
 
-$aTagCloud = TagCloud::GenerateTagCloud('Scrobbles', 'artist');
+$aTagCloud = TagCloud::GenerateTagCloud('Free_Scrobbles', 'artist');
 if (!PEAR::isError ($aTagCloud)) {
        $smarty->assign('tagcloud', $aTagCloud);
 }





reply via email to

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