1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[feature/postgresql-fulltext-search] change language for pgsql < 8.3

PHPBB3-9730
This commit is contained in:
Dhruv Goel
2012-06-11 16:49:34 +05:30
parent 8c170eb6a0
commit 8981399ae1
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ class phpbb_search_fulltext_postgres extends phpbb_search_base
if (!$this->tsearch_usable)
{
return $user->lang['FULLTEXT_POSTGRES_TS_NOT_FOUND'];
return $user->lang['FULLTEXT_POSTGRES_TS_NOT_USABLE'];
}
return false;