* Unset table zt_searchdict when convert.

This commit is contained in:
chenfeiCF
2016-05-16 10:02:21 +08:00
parent 60f16e44a6
commit 3b11ebfcfe
+1
View File
@@ -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)