diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-10-01 17:30:15 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-10-01 17:30:15 -0700 |
commit | dd45e7b4eb67bb65d2d90634c4e03d70a4605e30 (patch) | |
tree | 63c8e7545bbca6344f84d7681edeaa707f6d1281 /include/taxonomy.php | |
parent | f472071f6f77e13715d6bd3ac44e6311d2438142 (diff) | |
parent | 63eb0e3a38c2e1d0548c1beb3260613f3e5503a6 (diff) | |
download | volse-hubzilla-dd45e7b4eb67bb65d2d90634c4e03d70a4605e30.tar.gz volse-hubzilla-dd45e7b4eb67bb65d2d90634c4e03d70a4605e30.tar.bz2 volse-hubzilla-dd45e7b4eb67bb65d2d90634c4e03d70a4605e30.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
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 a82cf94f7..e68b9659f 100644 --- a/include/taxonomy.php +++ b/include/taxonomy.php @@ -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" : '') ); |