mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
fixed query
This commit is contained in:
parent
33fbdd1819
commit
c6cf4ab9ee
@ -702,8 +702,8 @@ class Manager
|
|||||||
FROM tdashboard td
|
FROM tdashboard td
|
||||||
LEFT JOIN twidget_dashboard twd
|
LEFT JOIN twidget_dashboard twd
|
||||||
ON td.id = twd.id_dashboard
|
ON td.id = twd.id_dashboard
|
||||||
WHERE (td.id_group IN (%s) AND td.id_user = '') OR
|
WHERE ((td.id_group IN (%s) AND td.id_user = '') OR
|
||||||
td.id_user = '%s' %s
|
td.id_user = '%s') %s
|
||||||
GROUP BY td.id
|
GROUP BY td.id
|
||||||
ORDER BY name%s",
|
ORDER BY name%s",
|
||||||
$string_groups,
|
$string_groups,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user