diff --git a/addressbook/inc/class.boaddressbook.inc.php b/addressbook/inc/class.boaddressbook.inc.php index 3bf1a40af6..fe62668f0d 100644 --- a/addressbook/inc/class.boaddressbook.inc.php +++ b/addressbook/inc/class.boaddressbook.inc.php @@ -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');