Skip to content
Snippets Groups Projects
Commit f9df8c24 authored by Prasad's avatar Prasad
Browse files

Fixes #298: Group by fix for Mysql 5.7+ ONLY_FULL_GROUP_BY

parent 6de62bab
No related branches found
No related tags found
No related merge requests found
......@@ -976,7 +976,7 @@ class freetag {
ON ${prefix}freetagged_objects.module = vtiger_tab.name
WHERE vtiger_tab.presence != 1
$tagger_sql
GROUP BY tag
GROUP BY tag, tag_id
ORDER BY quantity DESC LIMIT 0, $max";
//echo $sql;
$rs = $adb->pquery($sql, $params) or die("Syntax Error: $sql");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment