mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
add default cat (set in pref) to infologs that are created from mails
This commit is contained in:
parent
8185324061
commit
628b875bfb
@ -1170,6 +1170,7 @@ class infolog_bo
|
||||
'to_id' => 0,
|
||||
),
|
||||
);
|
||||
if ($GLOBALS['egw_info']['user']['preferences']['infolog']['cat_add_default']) $info['info_cat'] = $GLOBALS['egw_info']['user']['preferences']['infolog']['cat_add_default'];
|
||||
// find the addressbookentry to link with
|
||||
$addressbook = new addressbook_bo();
|
||||
$contacts = array();
|
||||
|
Loading…
Reference in New Issue
Block a user