egroupware/calendar/inc/hook_calendar_add_def_pref.inc.php

9 lines
438 B
PHP
Raw Normal View History

2000-12-22 22:18:35 +01:00
<?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");
?>