mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-19 06:23:32 +01:00
9 lines
387 B
PHP
9 lines
387 B
PHP
|
<?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");
|
||
|
?>
|