mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Add check for default category pref if none is set via dropdown
This commit is contained in:
parent
72ba1e141a
commit
1433916943
@ -41,6 +41,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
if (!$cat_id) {
|
||||
$cat_id = $phpgw_info["user"]["preferences"]["addressbook"]["default_category"];
|
||||
}
|
||||
|
||||
$extrafields = array(
|
||||
"ophone" => "ophone",
|
||||
"address2" => "address2",
|
||||
|
Loading…
Reference in New Issue
Block a user