mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
Notice removal
This commit is contained in:
@@ -339,11 +339,11 @@ class import_main_ui extends e_admin_ui
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if ($msg)
|
// if ($msg)
|
||||||
{
|
// {
|
||||||
$mes->add($msg, E_MESSAGE_INFO); // $ns -> tablerender(LAN_CONVERT_30, $msg);
|
// $mes->add($msg, E_MESSAGE_INFO); // $ns -> tablerender(LAN_CONVERT_30, $msg);
|
||||||
$msg = '';
|
// $msg = '';
|
||||||
}
|
// }
|
||||||
|
|
||||||
if ($abandon)
|
if ($abandon)
|
||||||
{
|
{
|
||||||
|
@@ -235,7 +235,7 @@ class phpbb3_import extends base_import_class
|
|||||||
*/
|
*/
|
||||||
function copyForumPostData(&$target, &$source)
|
function copyForumPostData(&$target, &$source)
|
||||||
{
|
{
|
||||||
$target['post_id'] = $source[''];
|
$target['post_id'] = $source['post_id'];
|
||||||
$target['post_entry'] = $source['post_text'];
|
$target['post_entry'] = $source['post_text'];
|
||||||
$target['post_thread'] = $source['topic_id'];
|
$target['post_thread'] = $source['topic_id'];
|
||||||
$target['post_forum'] = $source['forum_id'];
|
$target['post_forum'] = $source['forum_id'];
|
||||||
|
Reference in New Issue
Block a user