<?php
global $pref;
$pref->change("addressbook","company","addressbook_True");
$pref->change("addressbook","lastname","addressbook_True");
$pref->change("addressbook","firstname","addressbook_True");
$pref->change("addressbook","default_category","all");
?>