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

- proper redirect after deleting a report [Bug #2260]

- sql_escape words before fulltext update
- correct language string for "search facilities" in acp_search


git-svn-id: file:///svn/phpbb/trunk@6075 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Nils Adermann
2006-06-16 18:31:51 +00:00
parent 010e453b45
commit d4a2bec8d3
3 changed files with 10 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ $lang = array_merge($lang, array(
'TOTAL_MATCHES' => 'Total number of word to post relations indexed',
'YES_SEARCH' => 'Enable search facilities',
'YES_SEARCH_EXPLAIN' => 'User and backend search functions including fulltext updates when posting.',
'YES_SEARCH_EXPLAIN' => 'Enables user facing search functionality including member search.',
'YES_SEARCH_UPDATE' => 'Enable fulltext updating',
'YES_SEARCH_UPDATE_EXPLAIN' => 'Updating of fulltext indexes when posting, overriden if search is disabled.',
));