You are here

function gdpr_task_edit_gdpr_remove_form_validate in General Data Protection Regulation 7

Validate handler for removal tasks.

File

modules/gdpr_tasks/gdpr_tasks.admin.inc, line 195
Administrative page and form callbacks for the GDPR Tasks module.

Code

function gdpr_task_edit_gdpr_remove_form_validate($form, &$form_state) {
  gdpr_task_form_validate($form, $form_state);
}