diff options
author | Michael Vogel <icarus@dabo.de> | 2012-05-29 16:30:12 +0200 |
---|---|---|
committer | Michael Vogel <icarus@dabo.de> | 2012-05-29 16:30:12 +0200 |
commit | c707cba4c8cd8855124b1991cfe8fd2c0c34c8ba (patch) | |
tree | 1dff3d71dce5ce155bf0b8099ddd4142acea5c94 | |
parent | 8202355df93920623ba3068119285b3c7f5c6c54 (diff) | |
download | volse-hubzilla-c707cba4c8cd8855124b1991cfe8fd2c0c34c8ba.tar.gz volse-hubzilla-c707cba4c8cd8855124b1991cfe8fd2c0c34c8ba.tar.bz2 volse-hubzilla-c707cba4c8cd8855124b1991cfe8fd2c0c34c8ba.zip |
MySQL-Fulltext search option is disabled by default
-rw-r--r-- | htconfig.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htconfig.php b/htconfig.php index 2c5658be4..de7674c9a 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; |