From 3b11ebfcfe1bcaa4545a903c68ae9524d85553ca Mon Sep 17 00:00:00 2001 From: chenfeiCF Date: Mon, 16 May 2016 10:02:21 +0800 Subject: [PATCH] * Unset table zt_searchdict when convert. --- module/convert/model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/convert/model.php b/module/convert/model.php index 97b53d755f..99f357bbd7 100644 --- a/module/convert/model.php +++ b/module/convert/model.php @@ -82,6 +82,7 @@ class convertModel extends model unset($userConstants['TABLE_TEAM']); unset($userConstants['TABLE_USERGROUP']); unset($userConstants['TABLE_STORYSTAGE']); + unset($userConstants['TABLE_SEARCHDICT']); /* Get max id of every table. */ foreach($userConstants as $key => $value)