diff options
author | rein mitra <another_drone@yahoo.com> | 2016-10-09 01:25:03 +0000 |
---|---|---|
committer | rein mitra <another_drone@yahoo.com> | 2016-10-09 01:25:03 +0000 |
commit | 05e728e657b5315076d68f754b0f1cafd405165c (patch) | |
tree | aa651bd39d7abb92eb93aeaddc0fd2e28da0dc8c | |
parent | cc16377f13617818bb210097c9f639f2a3d9f0b0 (diff) | |
download | evol-tools-05e728e657b5315076d68f754b0f1cafd405165c.tar.gz evol-tools-05e728e657b5315076d68f754b0f1cafd405165c.tar.bz2 evol-tools-05e728e657b5315076d68f754b0f1cafd405165c.tar.xz evol-tools-05e728e657b5315076d68f754b0f1cafd405165c.zip |
forum-merge script : hyhy this is rein with the initial testing release. its not pretty, its not streamlined. but it did merge my test forums
-rw-r--r-- | forum-merge/forum-merge.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/forum-merge/forum-merge.py b/forum-merge/forum-merge.py index 0e4bf5f..d9a9627 100644 --- a/forum-merge/forum-merge.py +++ b/forum-merge/forum-merge.py @@ -1,12 +1,12 @@ #!/usr/bin/python import MySQLdb - + #written by rein of tmw/evol #credit to bruder torgen of phpbb.com. for his black magic sql statements. #https://www.phpbb.com/community/viewtopic.php?f=65&t=1917165 - +#hope it runs smooth as it does for me |