egroupware/addressbook/inc/hook_add_def_pref.inc.php

7 lines
289 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');
2001-09-24 18:43:55 +02:00
$GLOBALS['pref']->change('addressbook','default_category','');
2001-07-05 07:12:30 +02:00
?>