mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
7 lines
211 B
PHP
Executable File
7 lines
211 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");
|
|
?>
|