diff --git a/html/ops/manage_consent_types.php b/html/ops/manage_consent_types.php index c8d65929d5..610a0255ef 100644 --- a/html/ops/manage_consent_types.php +++ b/html/ops/manage_consent_types.php @@ -44,7 +44,7 @@ function add_consenttype() { } BoincConsentType::insert( - "(shortname, description, project_specific) VALUES ('$shortname', '$description', 1)" + "(shortname, description, enabled, project_specific, privacypref) VALUES ('$shortname', '$description', 0, 1, 0)" ); echo "