Add default category setting of all

This commit is contained in:
Miles Lott 2001-03-25 09:14:43 +00:00
parent 1d413dd5bb
commit e783530f7f

View File

@ -3,4 +3,5 @@
$pref->change("addressbook","company","addressbook_True");
$pref->change("addressbook","lastname","addressbook_True");
$pref->change("addressbook","firstname","addressbook_True");
$pref->change("addressbook","default_category","all");
?>