mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-20 01:44:15 +00:00
Compare commits
3 Commits
83edc347df
...
4fc34e49df
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4fc34e49df | ||
|
|
1647d2b5cd | ||
|
|
2caea0a39e |
@ -268,7 +268,7 @@ $c->admin_email = 'calendar-admin@example.com';
|
||||
// 'type' => 'calendar',
|
||||
// 'name' => 'calendar',
|
||||
// 'displayname' => '%fn calendar',
|
||||
// 'privileges' => null
|
||||
// 'privileges' => array()
|
||||
// )
|
||||
// );
|
||||
|
||||
|
||||
@ -107,7 +107,8 @@ function CreateHomeCollections( $username, $default_timezone = null ) {
|
||||
if( !empty($c->home_addressbook_name) )
|
||||
$c->default_collections[] = array(
|
||||
'type' => 'addressbook',
|
||||
'name' => $c->home_addressbook_name
|
||||
'name' => $c->home_addressbook_name,
|
||||
'privileges' => array()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user