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

[feature/sphinx-fulltext-search] minor fixes in formatting

Add a newline at the end of files. Update License information in package
docbloc.

PHPBB3-10946
This commit is contained in:
Dhruv Goel
2012-06-26 02:35:36 +05:30
committed by Dhruv
parent 99d4660df6
commit 8d76bc45ee
4 changed files with 5 additions and 9 deletions

View File

@@ -62,4 +62,4 @@ $lang = array_merge($lang, array(
'FULLTEXT_SPHINX_STOPWORDS_FILE_EXPLAIN' => 'This setting only works with autoconf enabled. You can place a file called sphinx_stopwords.txt containing one word in each line in your config directory. If this file is present these words will be excluded from the indexing process.',
));
?>
?>