MAYF#34636 Berichtenmodule filter op locatie ook berichten naar onderliggend gebouw
svn path=/Website/trunk/; revision=27888
This commit is contained in:
@@ -135,8 +135,9 @@ function msg_list(pautfunction, params)
|
||||
}
|
||||
else if (loc_key)
|
||||
{
|
||||
sqln += " AND SCOPE.thekey = " + loc_key
|
||||
+ " AND SCOPE.thelevel = 'L' ";
|
||||
sqln += " AND ( (fac_nieuws_onrgoed_niveau = 'L' AND SCOPE.thekey = " + loc_key + ")"
|
||||
+ " OR (fac_nieuws_onrgoed_niveau = 'G' AND SCOPE.upkey = " + loc_key + ")"
|
||||
+ " )";
|
||||
}
|
||||
else if (dist_key)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user