egroupware_official/addressbook/inc/hook_addressbook_add_def_pref.inc.php
2000-12-27 15:07:14 +00:00

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