Index: webform_components.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/webform/Attic/webform_components.inc,v
retrieving revision 1.1.2.43
diff -u -r1.1.2.43 webform_components.inc
--- webform_components.inc	3 Jun 2009 19:48:04 -0000	1.1.2.43
+++ webform_components.inc	6 Nov 2009 00:25:06 -0000
@@ -264,7 +264,7 @@
   }
 }
 
-function webform_component_edit_form(&$node, $component, $clone = FALSE) {
+function webform_component_edit_form($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.
Index: webform.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/webform/webform.module,v
retrieving revision 1.113.2.70.2.100
diff -u -r1.113.2.70.2.100 webform.module
--- webform.module	6 Nov 2009 00:05:12 -0000	1.113.2.70.2.100
+++ webform.module	6 Nov 2009 00:25:06 -0000
@@ -1214,7 +1214,7 @@
  *   Note: The position of this parameter depends on all other parameters being
  *   specified when using drupal_get_form().
  */
-function webform_client_form(&$node, $submission, $enabled, $preview, $form_values = NULL) {
+function webform_client_form($node, $submission, $enabled, $preview, $form_values = NULL) {
   include_once(drupal_get_path('module', 'webform') .'/webform_components.inc');
   webform_load_components();
 
