Index: multistep.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/multistep/multistep.module,v
retrieving revision 1.1.2.2.2.19
diff -U3 -r1.1.2.2.2.19 multistep.module
--- multistep.module	23 Jul 2009 15:49:02 -0000	1.1.2.2.2.19
+++ multistep.module	27 Aug 2009 02:06:33 -0000
@@ -132,7 +132,7 @@
  * Implementation of hook_field_access().
  * Restrict access to fields that do not belong in the current step.
  */
-function multistep_field_access($op, $field, $account) {
+function multistep_field_access($op, $field) {
   $type = $field['type_name'];
   // Do nothing if multistep is not enabled for this node type.
   if (variable_get('multistep_expose_' . $type, 'disabled') != 'enabled') {
