Index: webform.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/webform/webform.module,v
retrieving revision 1.124.2.98
diff -u -r1.124.2.98 webform.module
--- webform.module	6 Nov 2009 00:20:16 -0000	1.124.2.98
+++ webform.module	6 Nov 2009 00:24:11 -0000
@@ -1410,7 +1410,7 @@
  *   If displaying a result, specify if form elements are enabled for
  *   editing.
  */
-function webform_client_form($form_state, &$node, $submission, $enabled = FALSE, $preview = FALSE) {
+function webform_client_form(&$form_state, $node, $submission, $enabled = FALSE, $preview = FALSE) {
   module_load_include('inc', 'webform', 'webform_components');
   webform_load_components();
 
Index: webform_components.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/webform/Attic/webform_components.inc,v
retrieving revision 1.9.2.29
diff -u -r1.9.2.29 webform_components.inc
--- webform_components.inc	3 Jun 2009 19:47:15 -0000	1.9.2.29
+++ webform_components.inc	6 Nov 2009 00:24:11 -0000
@@ -267,7 +267,7 @@
   }
 }
 
-function webform_component_edit_form($form_state, &$node, $component, $clone = FALSE) {
+function webform_component_edit_form(&$form_state, $node, $component, $clone = FALSE) {
   drupal_set_title(t('Edit component: @name (@type)', array('@name' => $component['name'], '@type' => t($component['type']))));
 
   // Print the correct field type specification.
