This commit is contained in:
redmatrix
2015-10-01 17:30:15 -07:00
2 changed files with 5 additions and 5 deletions

View File

@@ -185,7 +185,7 @@ function dir_tagadelic($count = 0) {
$count = intval($count);
// Fetch tags
$r = q("select xtag_term, count(xtag_term) as total from xtag
$r = q("select xtag_term, count(xtag_term) as total from xtag where xtag_flags = 0
group by xtag_term order by total desc %s",
((intval($count)) ? "limit $count" : '')
);