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