diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-10-01 17:28:03 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-10-01 17:28:03 -0700 |
commit | 63eb0e3a38c2e1d0548c1beb3260613f3e5503a6 (patch) | |
tree | f3cee4f97e01fe07c0146ef71f60049bbda47bc4 /include/taxonomy.php | |
parent | de4b5978c325012f225b50e69a1997c4a361ff9b (diff) | |
download | volse-hubzilla-63eb0e3a38c2e1d0548c1beb3260613f3e5503a6.tar.gz volse-hubzilla-63eb0e3a38c2e1d0548c1beb3260613f3e5503a6.tar.bz2 volse-hubzilla-63eb0e3a38c2e1d0548c1beb3260613f3e5503a6.zip |
allow additional uses for xtags
Diffstat (limited to 'include/taxonomy.php')
-rw-r--r-- | include/taxonomy.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/taxonomy.php b/include/taxonomy.php index a5da190d4..36490291d 100644 --- a/include/taxonomy.php +++ b/include/taxonomy.php @@ -178,7 +178,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" : '') ); |