mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
Issue system: adapted to work with multiple apps per fehler
This commit is contained in:
@@ -182,7 +182,7 @@ class Issue_model extends DB_Model
|
||||
|
||||
if (is_array($apps))
|
||||
{
|
||||
$qry .= ' AND app IN ?';
|
||||
$qry .= ' AND EXISTS (SELECT 1 FROM system.tbl_fehler_app WHERE fehlercode = fe.fehlercode AND app IN ?)';
|
||||
$params[] = $apps;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user