> 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.

Reply via email to