Please send us a link to the issue you've created on drupal.org for this potential bug.
Regards Steven Jones ComputerMinds ltd - Perfect Drupal Websites Phone : 024 7666 7277 Mobile : 07951 270 026 Twitter : darthsteven http://www.computerminds.co.uk 2009/8/27 Nancy Wichmann <[email protected]>: > Interesting. If I change > > $form['class'][$vid] = array('#type' => 'value', '#value' => $rev->class); > > to > > $form['class'][$vid] = array('#value' => $rev->class); > > Then the problem goes away. I doubt I have uncovered a FormsAPI bug, so is > this something that needs improved docs somewhere? > > Nancy E. Wichmann, PMP > Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, > Jr. > >
