forked from extern/egroupware
Small fixes for the addressbook preferences. It wasn't saving users choice of mainscreen_showbirthdays.
This commit is contained in:
parent
dab358dfa5
commit
a446455ca4
@ -339,13 +339,13 @@
|
||||
$GLOBALS['phpgw']->preferences->delete('addressbook','mainscreen_showbirthdays');
|
||||
if ($other['mainscreen_showbirthdays'])
|
||||
{
|
||||
$GLOBALS['phpgw']->preferences->add('addressbook','mainscreen_showbirthdays');
|
||||
$GLOBALS['phpgw']->preferences->add('addressbook','mainscreen_showbirthdays',True);
|
||||
}
|
||||
|
||||
$GLOBALS['phpgw']->preferences->delete('addressbook','default_filter');
|
||||
if ($other['default_filter'])
|
||||
{
|
||||
$GLOBALS['phpgw']->preferences->add('addressbook','default_filter');
|
||||
$GLOBALS['phpgw']->preferences->add('addressbook','default_filter',True);
|
||||
}
|
||||
|
||||
$GLOBALS['phpgw']->preferences->delete('addressbook','autosave_category');
|
||||
|
Loading…
Reference in New Issue
Block a user