diff --git a/inc/always.php b/inc/always.php index a7b19b23..1f783aed 100644 --- a/inc/always.php +++ b/inc/always.php @@ -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'; diff --git a/inc/always.php.in b/inc/always.php.in index 881ef87e..2159b3ba 100644 --- a/inc/always.php.in +++ b/inc/always.php.in @@ -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';