--- uc_i18n.module	2012-03-13 22:10:56.000000000 +0000
+++ uc_i18n_patched.module	2011-08-04 02:46:14.000000000 +0100
@@ -101,7 +101,7 @@
   // Remember: tnid is 0 if there are no translations
   $is_source = ($node->nid == $node->tnid || $node->tnid == 0) ? 1 : 0;
   if ($is_source) {
-    // If it is the source, then all is wellï¿½
+    // If it is the source, then all is well…
     $result[] =  array('success' => TRUE);
   } 
   else {
@@ -426,8 +426,7 @@
           $arg1->products[$i]->l_data = unserialize($result->l_data);
           $arg1->products[$i]->extra_data = unserialize($result->extra_data);          
         }
-      }    
-      drupal_alter('uc_i18n_order_attributes', $arg1);    
+      }        
       break;
 
     case 'delete':
