mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +01:00
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");
|
|
?>
|