--- nodeorder.admin.inc.orig 2009-07-12 21:19:25.000000000 +0200 +++ nodeorder.admin.inc 2009-10-06 22:05:20.000000000 +0200 @@ -96,6 +96,8 @@ function nodeorder_admin_display_form_su db_query($sql, $node['weight'], $node['tid'], $node['nid']); $tid = $node['tid']; + // i18n sync + nodeorder_i18nsync_weights($node['weight'], $node['nid'], $tid); } }