diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-06-20 12:35:42 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-06-20 12:35:42 +0200 |
| commit | 04164affe672be6feea676fd05cf9761bf2e477a (patch) | |
| tree | c4c3276ccf9ab6e051ab1773f382b01a830992ad /phpBB/phpbb/search/fulltext_native.php | |
| parent | 70d4ede9b204ba9d2c3e1ae14258cd8c879db403 (diff) | |
| download | forums-04164affe672be6feea676fd05cf9761bf2e477a.tar forums-04164affe672be6feea676fd05cf9761bf2e477a.tar.gz forums-04164affe672be6feea676fd05cf9761bf2e477a.tar.bz2 forums-04164affe672be6feea676fd05cf9761bf2e477a.tar.xz forums-04164affe672be6feea676fd05cf9761bf2e477a.zip | |
[ticket/12747] Drop support for Firebird
PHPBB3-12747
Diffstat (limited to 'phpBB/phpbb/search/fulltext_native.php')
| -rw-r--r-- | phpBB/phpbb/search/fulltext_native.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/phpbb/search/fulltext_native.php b/phpBB/phpbb/search/fulltext_native.php index f7b1751a51..2fbff57990 100644 --- a/phpBB/phpbb/search/fulltext_native.php +++ b/phpBB/phpbb/search/fulltext_native.php @@ -1485,7 +1485,6 @@ class fulltext_native extends \phpbb\search\base { case 'sqlite': case 'sqlite3': - case 'firebird': $this->db->sql_query('DELETE FROM ' . SEARCH_WORDLIST_TABLE); $this->db->sql_query('DELETE FROM ' . SEARCH_WORDMATCH_TABLE); $this->db->sql_query('DELETE FROM ' . SEARCH_RESULTS_TABLE); |
