From 551d95deb835ba50986d2d0863a87482ed28c331 Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 16 Apr 2013 18:50:14 -0700 Subject: [PATCH] Notice removal --- e107_plugins/import/admin_import.php | 10 +++++----- e107_plugins/import/providers/phpbb3_import_class.php | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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'];