egroupware/admin/inc/hook_admin_add_def_pref.inc.php
2000-12-22 21:18:35 +00:00

9 lines
387 B
PHP
Executable File

<?php
$phpgw->preferences->add_newuser("common","maxmatchs","15");
$phpgw->preferences->add_newuser("common","theme","default");
$phpgw->preferences->add_newuser("common","tz_offset","0");
$phpgw->preferences->add_newuser("common","dateformat","m/d/Y");
$phpgw->preferences->add_newuser("common","timeformat","12");
$phpgw->preferences->add_newuser("common","lang","en");
?>