egroupware/addressbook/inc/hook_addressbook_add_def_pref.inc.php
2000-12-24 15:21:19 +00:00

6 lines
252 B
PHP
Executable File

<?php
$phpgw->preferences->add_newuser("addressbook","company","addressbook_True");
$phpgw->preferences->add_newuser("addressbook","lastname","addressbook_True");
$phpgw->preferences->add_newuser("addressbook","firstname","addressbook_True");
?>