You are here

function party_attached_entity_edit_form_validate in Party 8.2

Same name and namespace in other branches
  1. 7 party.pages.inc \party_attached_entity_edit_form_validate()

Validation handler for the data set edit form.

File

./party.pages.inc, line 351
party.pages.inc

Code

function party_attached_entity_edit_form_validate($form, &$form_state) {
  return TRUE;
}