Merge branch 'ent-2268-fallo-en-la-vista-de-RSS-de-eventos' into 'develop'
Fixed rss events due to secondary groups See merge request artica/pandorafms!1481
This commit is contained in:
commit
6727941bac
|
@ -138,7 +138,8 @@ require('events.build_query.php');
|
||||||
////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
$sql = "SELECT *
|
$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 . "
|
WHERE 1=1 " . $sql_post . "
|
||||||
ORDER BY utimestamp DESC";
|
ORDER BY utimestamp DESC";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue