Fixed: forgot to remove some debug code :(

git-svn-id: file:///svn/phpbb/trunk@6169 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Ludovic Arnaud 2006-07-11 00:37:44 +00:00
parent 7167adb2cf
commit 5aed89a8a1

View file

@ -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();
}
/**