egroupware/addressbook/inc/hook_admin_add_def_pref.inc.php
2000-12-22 21:18:35 +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");
?>