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