forked from extern/egroupware
Add default tid filter
This commit is contained in:
parent
f0458b1acd
commit
ed84d3b861
@ -366,6 +366,8 @@
|
||||
$filtermethod = '('.$filterlist.') ';
|
||||
$fwhere = ' WHERE '; $fand = '';
|
||||
}
|
||||
} else {
|
||||
$filtermethod = "WHERE (tid='n' OR tid is null)";
|
||||
}
|
||||
|
||||
if (!$filtermethod) {
|
||||
|
Loading…
Reference in New Issue
Block a user