diff --git a/addressbook/index.php b/addressbook/index.php index 652c642201..1ae3982916 100755 --- a/addressbook/index.php +++ b/addressbook/index.php @@ -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; } }