mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
8 lines
263 B
PHP
Executable File
8 lines
263 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");
|
|
$pref->change("addressbook","default_category","all");
|
|
?>
|