* Calendar: changed default filter for new users/instances from "all" to "default" (not showing rejected invitations)

This commit is contained in:
Ralf Becker 2012-10-08 11:38:20 +00:00
parent 1b98e9e858
commit cb9c69e391

View File

@ -270,7 +270,7 @@ class calendar_ui
foreach(array(
'date' => $this->bo->date2string($this->bo->now_su),
'cat_id' => 0,
'filter' => 'all',
'filter' => 'default',
'owner' => $this->user,
'save_owner' => 0,
'sortby' => 'category',