Index: webform.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/webform/webform.module,v
retrieving revision 1.223
diff -u -r1.223 webform.module
--- webform.module	23 Apr 2010 15:33:53 -0000	1.223
+++ webform.module	23 Apr 2010 16:31:39 -0000
@@ -203,7 +203,6 @@
     'access arguments' => array('update', 3),
     'file' => 'components/select.inc',
     'type' => MENU_CALLBACK,
-    'delivery callback' => 'ajax_deliver',
   );
 
   // Node webform results.
Index: components/select.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/webform/components/select.inc,v
retrieving revision 1.52
diff -u -r1.52 select.inc
--- components/select.inc	10 Apr 2010 22:02:11 -0000	1.52
+++ components/select.inc	23 Apr 2010 16:31:39 -0000
@@ -701,10 +701,9 @@
     'options' => $options,
   );
 
-  return drupal_json_output($return);
+  drupal_json_output($return);
 }
 
-
 /**
  * Generate a list of options for a select list.
  */
