disable fuzzy search for the time being as the query might be causing issues with mysql

Patch Author: Alexander Nicolaysen Sørnes <alex@thehandofagony.com>
This commit is contained in:
Jeremy Newman
2008-02-22 14:35:54 -06:00
parent eebb80cfc7
commit 42bb1eb9ea
2 changed files with 0 additions and 69 deletions

View File

@@ -278,8 +278,6 @@ class application_queue
{
echo "<b>Like matches</b>\n";
$this->displayDuplicateTable(searchForApplication($this->oApp->sName));
echo "<br /><b>Fuzzy matches</b>\n";
$this->displayDuplicateTable(searchForApplicationFuzzy($this->oApp->sName, 60));
}
function displayDuplicateTable($hResult)