1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

- fixed bugs #1395, #1177, fixed floating point assignment bug within older php versions ($fraction), adjusted search a little bit by implementing a workaround for database timeouts (hopefully Paul will not slap me for this. :D) - should be tested within high-traffic boards or those affected by the database timeout.

git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3585 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2003-03-02 23:16:19 +00:00
parent 0d75cfc914
commit d6bdd83306
7 changed files with 147 additions and 84 deletions

View File

@@ -246,7 +246,7 @@ function add_search_words($mode, $post_id, $post_text, $post_title = '')
if ($mode == 'single')
{
remove_common('single', 0.4, $word);
remove_common('single', 4/10, $word);
}
return;
@@ -486,4 +486,4 @@ function username_search($search_match)
return;
}
?>
?>