|
@@ -477,7 +477,6 @@ function ConvertUtf8()
|
|
{
|
|
{
|
|
require_once($sourcedir . '/ManageSearch.php');
|
|
require_once($sourcedir . '/ManageSearch.php');
|
|
detectFulltextIndex();
|
|
detectFulltextIndex();
|
|
- _debug($context);
|
|
|
|
}
|
|
}
|
|
// Cannot do conversion if using a fulltext index
|
|
// Cannot do conversion if using a fulltext index
|
|
if (!empty($modSettings['search_index']) && $modSettings['search_index'] == 'fulltext' || !empty($context['fulltext_index']))
|
|
if (!empty($modSettings['search_index']) && $modSettings['search_index'] == 'fulltext' || !empty($context['fulltext_index']))
|