egroupware/addressbook/inc/hook_add_def_pref.inc.php

8 lines
263 B
PHP
Raw Normal View History

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