mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-25 05:24:00 +00:00
Default to internal expansion of :name SQL parameters.
This commit is contained in:
parent
5fafce0f0c
commit
0b3040e907
@ -33,6 +33,7 @@ $c->save_time_zone_defs = true;
|
||||
$c->collections_always_exist = false;
|
||||
$c->allow_get_email_visibility = false;
|
||||
$c->permission_scan_depth = 2;
|
||||
$c->expand_pdo_parameters = true;
|
||||
$c->home_calendar_name = 'home';
|
||||
$c->enable_row_linking = true;
|
||||
$c->http_auth_mode = 'Basic';
|
||||
|
||||
@ -33,6 +33,7 @@ $c->save_time_zone_defs = true;
|
||||
$c->collections_always_exist = false;
|
||||
$c->allow_get_email_visibility = false;
|
||||
$c->permission_scan_depth = 2;
|
||||
$c->expand_pdo_parameters = true;
|
||||
$c->home_calendar_name = 'home';
|
||||
$c->enable_row_linking = true;
|
||||
$c->http_auth_mode = 'Basic';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user