aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2006-07-11 00:37:44 +0000
committerLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2006-07-11 00:37:44 +0000
commit5aed89a8a1c970db2c029e9dc7a55bd1a97b20f8 (patch)
treef640335b0031eaf75f1d275eac3405d9b49423a2 /phpBB
parent7167adb2cf18fbe473b4492730c61f8f195b6523 (diff)
downloadforums-5aed89a8a1c970db2c029e9dc7a55bd1a97b20f8.tar
forums-5aed89a8a1c970db2c029e9dc7a55bd1a97b20f8.tar.gz
forums-5aed89a8a1c970db2c029e9dc7a55bd1a97b20f8.tar.bz2
forums-5aed89a8a1c970db2c029e9dc7a55bd1a97b20f8.tar.xz
forums-5aed89a8a1c970db2c029e9dc7a55bd1a97b20f8.zip
Fixed: forgot to remove some debug code :(
git-svn-id: file:///svn/phpbb/trunk@6169 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rwxr-xr-xphpBB/includes/search/fulltext_native.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/includes/search/fulltext_native.php b/phpBB/includes/search/fulltext_native.php
index 2ab08850ac..99640e56d9 100755
--- a/phpBB/includes/search/fulltext_native.php
+++ b/phpBB/includes/search/fulltext_native.php
@@ -37,8 +37,6 @@ class fulltext_native extends search_backend
$this->word_length = array('min' => $config['fulltext_native_min_chars'], 'max' => $config['fulltext_native_max_chars']);
$error = false;
-
- $this->tidy();
}
/**