From 5aed89a8a1c970db2c029e9dc7a55bd1a97b20f8 Mon Sep 17 00:00:00 2001 From: Ludovic Arnaud Date: Tue, 11 Jul 2006 00:37:44 +0000 Subject: [PATCH] Fixed: forgot to remove some debug code :( git-svn-id: file:///svn/phpbb/trunk@6169 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/search/fulltext_native.php | 2 -- 1 file changed, 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(); } /**