The docs need to be updated. D6:
mymodule_foo_form(&$form_state, ...) {
}
D7:
mymodule_foo_form($form, &$form_state, ...) {
}
Can you file a patch, please?
sun
The docs need to be updated. D6:
mymodule_foo_form(&$form_state, ...) {
}
D7:
mymodule_foo_form($form, &$form_state, ...) {
}
Can you file a patch, please?
sun