Possible fix for bug #461589

This commit is contained in:
Miles Lott 2001-09-24 16:43:55 +00:00
parent d233269b13
commit 7fc7a192c5

View File

@ -2,5 +2,5 @@
$GLOBALS['pref']->change('addressbook','company','addressbook_True');
$GLOBALS['pref']->change('addressbook','lastname','addressbook_True');
$GLOBALS['pref']->change('addressbook','firstname','addressbook_True');
$GLOBALS['pref']->change('addressbook','default_category','all');
$GLOBALS['pref']->change('addressbook','default_category','');
?>