From 84700201764c682d5e0077fca3239c77894c599f Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Wed, 28 Mar 2001 07:22:09 +0000 Subject: [PATCH] Fix cat edit link to addressbook --- addressbook/categories.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addressbook/categories.php b/addressbook/categories.php index 00c885aa5f..ae077fe781 100644 --- a/addressbook/categories.php +++ b/addressbook/categories.php @@ -104,7 +104,7 @@ 'descr' => $descr)); - $t->set_var('addressbook',$phpgw->link('/addressbook/index.php',"filter=$cat_id")); + $t->set_var('addressbook',$phpgw->link('/addressbook/index.php',"cat_id=$cat_id")); if ($categories[$i]["owner"] == $phpgw_info["user"]["account_id"]) { $t->set_var('edit',$phpgw->link('/addressbook/editcategory.php',"cat_id=$cat_id"));