currently hook_form_alter has this declaration:

function hook_form_alter($form_id, &$form_values) {

but on the code shown, $form is used

Please change to:

function hook_form_alter($form_id, &$form) {

Thanks

Comments

fax8’s picture

Status: Active » Fixed

Even if drupaldocs.org isn't updated yet this has been fixed on cvs

Fabio

Anonymous’s picture

Status: Fixed » Closed (fixed)