You are here

function mobile_codes_form_alter in Mobile Codes 7.2

Same name and namespace in other branches
  1. 6.2 includes/system.inc \mobile_codes_form_alter()

Implements hook_form_alter().

File

includes/system.inc, line 28
System module integration.

Code

function mobile_codes_form_alter(&$form, $form_state, $form_id) {
  drupal_alter('mobile_codes_form', $form, $form_state, $form_id);
  drupal_alter("mobile_codes_form_{$form_id}", $form, $form_state);
}