### Eclipse Workspace Patch 1.0 #P Webform-D6 Index: components/grid.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/webform/components/grid.inc,v retrieving revision 1.3.2.6 diff -u -r1.3.2.6 grid.inc --- components/grid.inc 23 Jul 2008 06:02:33 -0000 1.3.2.6 +++ components/grid.inc 13 Aug 2008 16:08:47 -0000 @@ -119,7 +119,7 @@ * Nothing **/ function _webform_submit_grid(&$data, $component) { - $options = drupal_map_assoc(array_flip(_webform_select_options($component['extra']['items']))); + $options = drupal_map_assoc(array_flip(_webform_select_options($component['extra']['options']))); if (is_array($data)) { foreach ($data as $key => $value) {