mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-17 12:10:49 +01:00
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");
|
|
?>
|