Alter filter setting in conjunction with nextmatchs fix

This commit is contained in:
Miles Lott 2001-03-26 08:25:19 +00:00
parent ece1208b07
commit 4716028755

View File

@ -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;
}
}