projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac6b191
)
tag cloud: fix query
author
rabuzarus
<>
Sun, 26 Nov 2017 15:24:26 +0000
(16:24 +0100)
committer
rabuzarus
<>
Sun, 26 Nov 2017 15:24:26 +0000
(16:24 +0100)
include/tags.php
patch
|
blob
|
history
diff --git
a/include/tags.php
b/include/tags.php
index 7ea15f0b982d14820a9c27122ed8abe43bd35cf8..ba8770e6f97a96692a3f41419ac258da790f9a04 100644
(file)
--- a/
include/tags.php
+++ b/
include/tags.php
@@
-186,7
+186,7
@@
function tagadelic($uid, $count = 0, $owner_id = 0, $flags = '', $type = TERM_HA
WHERE `term`.`uid` = ? AND `term`.`type` = ?
AND `term`.`otype` = ?
AND $item_condition $sql_options
- GROUP BY `term` ORDER BY `total` DESC
?
$limit",
+ GROUP BY `term` ORDER BY `total` DESC $limit",
$uid,
$type,
TERM_OBJ_POST