diff --git a/addressbook/index.php b/addressbook/index.php index 6a603bb8d9..0b2fbe6e76 100755 --- a/addressbook/index.php +++ b/addressbook/index.php @@ -41,6 +41,10 @@ } } + if (!$cat_id) { + $cat_id = $phpgw_info["user"]["preferences"]["addressbook"]["default_category"]; + } + $extrafields = array( "ophone" => "ophone", "address2" => "address2",