mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 11:24:52 +00:00
Add Group By to logins to prevent duplicated logins from appearing, fixed client contact details from breaking because of missing login tag query
This commit is contained in:
@@ -56,6 +56,7 @@ $sql = mysqli_query(
|
||||
AND l.login_$archive_query
|
||||
AND (l.login_name LIKE '%$q%' OR l.login_description LIKE '%$q%' OR l.login_uri LIKE '%$q%' OR tag_name LIKE '%$q%')
|
||||
$location_query
|
||||
GROUP BY l.login_id
|
||||
ORDER BY l.login_important DESC, $sort $order LIMIT $record_from, $record_to"
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user