mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
[Events] Fixed csv export after secondary groups
This commit is contained in:
parent
235f20ef86
commit
57c928ec8a
@ -87,7 +87,9 @@ switch ($config["dbtype"]) {
|
||||
case "postgresql":
|
||||
case "oracle":
|
||||
$sql = "SELECT *
|
||||
FROM tevento
|
||||
FROM tevento te
|
||||
LEFT JOIN tagent_secondary_group tasg
|
||||
ON te.id_grupo = tasg.id_group
|
||||
WHERE 1=1 ".$sql_post."
|
||||
ORDER BY utimestamp DESC";
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user