forked from extern/egroupware
Fix SQL for apps that did not send at least a tid in the filter.
This commit is contained in:
parent
10d92835c1
commit
1d97b2b433
@ -376,7 +376,7 @@
|
||||
$fwhere = ' WHERE '; $fand = ' AND ';
|
||||
}
|
||||
} else {
|
||||
$filtermethod = "WHERE (tid='n' OR tid is null)";
|
||||
$filtermethod = " AND (tid='n' OR tid is null)";
|
||||
}
|
||||
|
||||
if (!$filtermethod) {
|
||||
|
Loading…
Reference in New Issue
Block a user