aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-06-25 21:48:24 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-07-06 19:31:46 +0200
commite3e0c79b7a8024ae25816b823c3ba5de19af62f2 (patch)
tree0fb25a9b8a5e1e600cf71083849b248b44d8701b /phpBB/language/en/acp
parent5dd19c726e674cd0e436c1b89f57f41a1873b0ec (diff)
downloadforums-e3e0c79b7a8024ae25816b823c3ba5de19af62f2.tar
forums-e3e0c79b7a8024ae25816b823c3ba5de19af62f2.tar.gz
forums-e3e0c79b7a8024ae25816b823c3ba5de19af62f2.tar.bz2
forums-e3e0c79b7a8024ae25816b823c3ba5de19af62f2.tar.xz
forums-e3e0c79b7a8024ae25816b823c3ba5de19af62f2.zip
[ticket/12515] Remove check for PostgreSQL 8.3+
PHPBB3-12515
Diffstat (limited to 'phpBB/language/en/acp')
-rw-r--r--phpBB/language/en/acp/search.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/search.php b/phpBB/language/en/acp/search.php
index f5bec89c2f..564d9dd04c 100644
--- a/phpBB/language/en/acp/search.php
+++ b/phpBB/language/en/acp/search.php
@@ -60,7 +60,6 @@ $lang = array_merge($lang, array(
'FULLTEXT_MYSQL_MAX_SEARCH_CHARS_EXPLAIN' => 'Words with no more than this many characters will be indexed for searching. You or your host can only change this setting by changing the mysql configuration.',
'FULLTEXT_POSTGRES_INCOMPATIBLE_DATABASE' => 'The PostgreSQL fulltext backend can only be used with PostgreSQL.',
- 'FULLTEXT_POSTGRES_TS_NOT_USABLE' => 'The PostgreSQL fulltext backend can only be used with PostgreSQL 8.3 and above.',
'FULLTEXT_POSTGRES_TOTAL_POSTS' => 'Total number of indexed posts',
'FULLTEXT_POSTGRES_VERSION_CHECK' => 'PostgreSQL version',
'FULLTEXT_POSTGRES_TS_NAME' => 'Text search Configuration Profile:',