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