mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Alter filter setting in conjunction with nextmatchs fix
This commit is contained in:
parent
ece1208b07
commit
4716028755
@ -123,9 +123,9 @@
|
||||
}
|
||||
} else {
|
||||
if ($cat_id == "all") {
|
||||
$filter .= ',tid=';
|
||||
$filter = 'tid=,owner='.$filter;
|
||||
} else {
|
||||
$filter .= ',tid=,cat_id='.$cat_id;
|
||||
$filter = 'tid=,owner='.$filter.'cat_id='.$cat_id;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user