mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-07 05:49:53 +01:00
7 lines
292 B
PHP
7 lines
292 B
PHP
<?php
|
|
$GLOBALS['pref']->change('addressbook','company','addressbook_True');
|
|
$GLOBALS['pref']->change('addressbook','lastname','addressbook_True');
|
|
$GLOBALS['pref']->change('addressbook','firstname','addressbook_True');
|
|
$GLOBALS['pref']->change('addressbook','default_category','all');
|
|
?>
|