You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ( parse_bool($config, "enable_login_mustagree_termsofuse") and$checkctandcheck_termsofuse() and (!check_user_consent($user, CONSENT_TYPE_ENROLL))) {
81
+
if (parse_bool($config, "enable_login_mustagree_termsofuse")
82
+
and$checkct
83
+
andcheck_termsofuse()
84
+
and (!check_user_consent($user, CONSENT_TYPE_ENROLL))
error_page("Database error when attempting to INSERT into table consent with ID=$user->id. " . BoincDb::error() . " Please contact site administrators.");
82
+
error_page("Database error");
82
83
}
83
84
} else {
84
-
error_page("Error: consent type for enrollment not found. Please contact site administrators.");
0 commit comments