The generated hook_form_alter has 3 parameters and incorrect order.
The actually generated parameter list: &$form, $form_state, $form_id
The correct parameter list according to the API page: $form_id, &$form
The generated hook_form_alter has 3 parameters and incorrect order.
The actually generated parameter list: &$form, $form_state, $form_id
The correct parameter list according to the API page: $form_id, &$form
Comments
Comment #1
joachim commentedDuplicate of http://drupal.org/node/267197 -- wrong hook data downloaded. See that issue for a fix.