You are here

function mobile_codes_form_alter in Mobile Codes 6.2

Same name and namespace in other branches
  1. 7.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_alter', $form, $form_state, $form_id);
}