forked from extern/egroupware
9 lines
438 B
PHP
Executable File
9 lines
438 B
PHP
Executable File
<?php
|
|
$phpgw->preferences->add_newuser("calendar","weekstarts","Monday");
|
|
$phpgw->preferences->add_newuser("calendar","workdaystarts","9");
|
|
$phpgw->preferences->add_newuser("calendar","workdayends","17");
|
|
$phpgw->preferences->add_newuser("calendar","defaultcalendar","index.php");
|
|
$phpgw->preferences->add_newuser("calendar","defaultfilter","all");
|
|
$phpgw->preferences->add_newuser("calendar","mainscreen_showevents","Y");
|
|
?>
|