diff --git a/e107_plugins/import/admin_import.php b/e107_plugins/import/admin_import.php index 3e3a402c3..1f17852dc 100644 --- a/e107_plugins/import/admin_import.php +++ b/e107_plugins/import/admin_import.php @@ -339,11 +339,11 @@ class import_main_ui extends e_admin_ui } - if ($msg) - { - $mes->add($msg, E_MESSAGE_INFO); // $ns -> tablerender(LAN_CONVERT_30, $msg); - $msg = ''; - } + // if ($msg) + // { + // $mes->add($msg, E_MESSAGE_INFO); // $ns -> tablerender(LAN_CONVERT_30, $msg); + // $msg = ''; + // } if ($abandon) { diff --git a/e107_plugins/import/providers/phpbb3_import_class.php b/e107_plugins/import/providers/phpbb3_import_class.php index 04f768503..85ff8e803 100644 --- a/e107_plugins/import/providers/phpbb3_import_class.php +++ b/e107_plugins/import/providers/phpbb3_import_class.php @@ -235,7 +235,7 @@ class phpbb3_import extends base_import_class */ function copyForumPostData(&$target, &$source) { - $target['post_id'] = $source['']; + $target['post_id'] = $source['post_id']; $target['post_entry'] = $source['post_text']; $target['post_thread'] = $source['topic_id']; $target['post_forum'] = $source['forum_id'];