summaryrefslogtreecommitdiff
path: root/forum-merge
diff options
context:
space:
mode:
authorrein mitra <another_drone@yahoo.com>2016-10-09 01:29:21 +0000
committerrein mitra <another_drone@yahoo.com>2016-10-09 01:29:21 +0000
commitb6f2f48a4e28fec35e60e5fa16a5bff54839e7ce (patch)
treeff71d94e3cf28ae2193d04099ea9aa54a56e3dc9 /forum-merge
parent05e728e657b5315076d68f754b0f1cafd405165c (diff)
downloadevol-tools-b6f2f48a4e28fec35e60e5fa16a5bff54839e7ce.tar.gz
evol-tools-b6f2f48a4e28fec35e60e5fa16a5bff54839e7ce.tar.bz2
evol-tools-b6f2f48a4e28fec35e60e5fa16a5bff54839e7ce.tar.xz
evol-tools-b6f2f48a4e28fec35e60e5fa16a5bff54839e7ce.zip
Update forum-merge.py
Diffstat (limited to 'forum-merge')
-rw-r--r--forum-merge/forum-merge.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/forum-merge/forum-merge.py b/forum-merge/forum-merge.py
index d9a9627..bbc702b 100644
--- a/forum-merge/forum-merge.py
+++ b/forum-merge/forum-merge.py
@@ -211,7 +211,7 @@ cursor.execute("update phpbb_attachments_2 set attach_id = attach_id + %s;" % ma
#------------------merge--------------------------------------------------------------------------------------
print "time for the real deal!"
-print "merging forums!" .
+print "merging forums!"
cursor.execute("INSERT INTO phpbb_forums (forum_id, parent_id, left_id, right_id, forum_parents, forum_name, forum_desc, forum_desc_bitfield, forum_desc_options, forum_desc_uid, forum_link, forum_password, forum_style, forum_image, forum_rules, forum_rules_link, forum_rules_bitfield, forum_rules_options,forum_rules_uid, forum_topics_per_page, forum_type, forum_status, forum_posts, forum_topics, forum_topics_real, forum_last_post_id, forum_last_poster_id, forum_last_post_subject, forum_last_post_time, forum_last_poster_name, forum_last_poster_colour, forum_flags, forum_options, display_subforum_list, display_on_index, enable_indexing, enable_icons, enable_prune, prune_next, prune_days, prune_viewed, prune_freq) SELECT forum_id, parent_id, left_id, right_id, forum_parents, forum_name, forum_desc, forum_desc_bitfield, forum_desc_options, forum_desc_uid, forum_link, forum_password, forum_style, forum_image, forum_rules, forum_rules_link, forum_rules_bitfield, forum_rules_options, forum_rules_uid, forum_topics_per_page, forum_type, forum_status, forum_posts, forum_topics, forum_topics_real, forum_last_post_id, forum_last_poster_id, forum_last_post_subject, forum_last_post_time, forum_last_poster_name, forum_last_poster_colour, forum_flags, forum_options, display_subforum_list, display_on_index, enable_indexing, enable_icons, enable_prune, prune_next, prune_days, prune_viewed, prune_freq from phpbb_forums_2;")
#bruder torgen said there wa ssome unspecified issue with a colum here he coudlnt rememebr