mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-17 13:33:15 +01:00
9 lines
387 B
PHP
Executable File
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");
|
|
?>
|