[development] Disapearing $form_values

nan wich nan_wich at bellsouth.net
Fri Feb 12 19:05:14 UTC 2010


> This worked for me - with "$form_values = $form_state['values'];"
What you did was change back to the Drupal 5 version, which is what your query was using. For Drupal 6, you should change "$form_values['list_name']" to  "$form_state['values']['list_name']" etc.

 
Nancy E. Wichmann, PMP
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/development/attachments/20100212/32f040b8/attachment.html 


More information about the development mailing list