diff options
Diffstat (limited to 'phpBB/includes/search')
-rw-r--r-- | phpBB/includes/search/fulltext_mysql.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/includes/search/fulltext_mysql.php b/phpBB/includes/search/fulltext_mysql.php index 86ee938d66..8b2abde4f5 100644 --- a/phpBB/includes/search/fulltext_mysql.php +++ b/phpBB/includes/search/fulltext_mysql.php @@ -648,6 +648,8 @@ class fulltext_mysql extends search_backend } $db->sql_query('TRUNCATE TABLE ' . SEARCH_TABLE); + + return false; } /** @@ -679,6 +681,8 @@ class fulltext_mysql extends search_backend } $db->sql_query('TRUNCATE TABLE ' . SEARCH_TABLE); + + return false; } /** |