Index: trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/d3forum_comment_synchro.php
===================================================================
--- trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/d3forum_comment_synchro.php	(revision 253)
+++ trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/d3forum_comment_synchro.php	(revision 257)
@@ -493,5 +493,6 @@
 	$post_time = strtotime($row->comment_date);		// or	$row2['comment_date_gmt']
 	$modified_time = strtotime($row->comment_date);	// or	$row2['comment_date_gmt']
-	$uid = $row->user_id;
+	require_once (get_xpress_dir_path() . 'include/general_functions.php');
+	$uid =  wp_uid_to_xoops_uid($row->user_id);
 	$poster_ip = "'" . addslashes($row->comment_author_IP ). "'";
 	$modifier_ip = "'" . addslashes($row->comment_author_IP) . "'";
