egroupware_official/admin/inc/hook_admin_add_def_pref.inc.php

9 lines
387 B
PHP
Raw Normal View History

2000-12-22 22:18:35 +01:00
<?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");
?>