forked from extern/egroupware
6 lines
252 B
PHP
Executable File
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");
|
|
?>
|