From: Michael Vogel Date: Tue, 29 May 2012 14:30:12 +0000 (+0200) Subject: MySQL-Fulltext search option is disabled by default X-Git-Url: https://git.mxchange.org/?p=friendica.git;a=commitdiff_plain;h=c707cba4c8cd8855124b1991cfe8fd2c0c34c8ba MySQL-Fulltext search option is disabled by default --- 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;