From c707cba4c8cd8855124b1991cfe8fd2c0c34c8ba Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Tue, 29 May 2012 16:30:12 +0200 Subject: [PATCH] MySQL-Fulltext search option is disabled by default --- htconfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htconfig.php b/htconfig.php index 2c5658be4d..de7674c9ae 100644 --- a/htconfig.php +++ b/htconfig.php @@ -90,4 +90,4 @@ $a->config['system']['itemcache'] = ""; $a->config['system']['lockpath'] = ""; // If enabled, the MyBB fulltext engine is used -$a->config['system']['use_fulltext_engine'] = true; +// $a->config['system']['use_fulltext_engine'] = true;