- fixed tag cloud

This commit is contained in:
luizlaydner
2007-08-28 05:42:21 +00:00
parent 4d4dac8113
commit 62066cdd27
+3 -3
View File
@@ -1438,11 +1438,11 @@ function print_tag_cloud($tagcloud, $shuffle=true, $max_size=180, $min_size=80)
return;
}
sort($tagcloud);
if ( $shuffle ) {
shuffle($tagcloud);
}
sort($tagcloud);
}
$count = array();
foreach ($tagcloud as $key => $value){