egroupware_official/addressbook/inc/hook_add_def_pref.inc.php

7 lines
292 B
PHP
Raw Normal View History

2001-07-05 07:12:30 +02:00
<?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');
2001-07-05 07:12:30 +02:00
?>