mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-22 02:04:19 +00:00
Compare commits
3 Commits
5c8807ed04
...
dbc0a32603
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dbc0a32603 | ||
|
|
1647d2b5cd | ||
|
|
2caea0a39e |
@ -268,7 +268,7 @@ $c->admin_email = 'calendar-admin@example.com';
|
|||||||
// 'type' => 'calendar',
|
// 'type' => 'calendar',
|
||||||
// 'name' => 'calendar',
|
// 'name' => 'calendar',
|
||||||
// 'displayname' => '%fn calendar',
|
// 'displayname' => '%fn calendar',
|
||||||
// 'privileges' => null
|
// 'privileges' => array()
|
||||||
// )
|
// )
|
||||||
// );
|
// );
|
||||||
|
|
||||||
|
|||||||
@ -106,8 +106,9 @@ function CreateHomeCollections( $username, $default_timezone = null ) {
|
|||||||
// XXX Should we not do this for ROOMS?
|
// XXX Should we not do this for ROOMS?
|
||||||
if( !empty($c->home_addressbook_name) )
|
if( !empty($c->home_addressbook_name) )
|
||||||
$c->default_collections[] = array(
|
$c->default_collections[] = array(
|
||||||
'type' => 'addressbook',
|
'type' => 'addressbook',
|
||||||
'name' => $c->home_addressbook_name
|
'name' => $c->home_addressbook_name,
|
||||||
|
'privileges' => array()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user