egroupware/addressbook/inc/hook_addressbook_add_def_pref.inc.php
2001-03-25 09:14:43 +00:00

8 lines
263 B
PHP
Executable File

<?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");
?>