Index: sf_user/sf_user.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/salesforce/sf_user/sf_user.module,v
retrieving revision 1.2.2.37
diff -u -p -r1.2.2.37 sf_user.module
--- sf_user/sf_user.module	5 Jan 2011 14:43:01 -0000	1.2.2.37
+++ sf_user/sf_user.module	14 Jan 2011 17:08:20 -0000
@@ -103,7 +103,7 @@ function sf_user_user($op, &$edit, &$acc
         $auto_create = $map->automatic & SALESFORCE_AUTO_SYNC_CREATE;
         $auto_update = $map->automatic & SALESFORCE_AUTO_SYNC_UPDATE;
         if ((!$auto_create && $op == 'insert')
-        || (!$auto_update && $op == 'update')) {
+        || (!$auto_update && $op == 'after_update')) {
           break;
         }
         // Use the first fieldmap.
