<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial, helvetica, sans-serif;font-size:12pt"><DIV></DIV>
<DIV>> This worked for me - with "$form_values = $form_state['values'];"</DIV>
<DIV>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.<BR><BR> </DIV>
<P><FONT face="bookman old style, new york, times, serif" color=#ff007f size=4><EM><STRONG>Nancy E. Wichmann, PMP</STRONG></EM></FONT></P>
<P><FONT face="arial, helvetica, sans-serif">Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.</FONT></P>
<DIV> </DIV></div></body></html>