1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2024-12-29 01:59:19 +01:00
egroupware_official/addressbook/inc/hook_add_def_pref.inc.php
2001-09-03 12:00:38 +00:00

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');
?>