Fixed rss events due to secondary groups
This commit is contained in:
parent
334d359076
commit
fe124bff5f
|
@ -138,7 +138,8 @@ require('events.build_query.php');
|
|||
////////////////////////////////////////////////////////////////////////
|
||||
|
||||
$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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue