1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-03-07 19:52:19 +01:00
egroupware_official/addressbook/inc/hook_add_def_pref.inc.php
2001-07-05 05:12:30 +00:00

8 lines
263 B
PHP

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