You are here

function i18n_contact_form_contact_category_delete_form_alter in Internationalization 7

Implements hook_form_FORM_ID_alter().

File

i18n_contact/i18n_contact.module, line 26
Internationalization (i18n) submodule: Multilingual contact forms

Code

function i18n_contact_form_contact_category_delete_form_alter(&$form, &$form_state) {
  $form['#submit'][] = 'i18n_contact_form_contact_category_delete_form_submit';
}