diff options
author | Dhruv Goel <dhruv.goel92@gmail.com> | 2012-06-26 02:35:36 +0530 |
---|---|---|
committer | Dhruv <dhruv.goel92@gmail.com> | 2012-07-12 17:27:25 +0530 |
commit | 8d76bc45ee19186f40dd3b459a9bd33e5e4c23d9 (patch) | |
tree | c506724b1bd51d6fd4f142863126096732ca9e2b | |
parent | 99d4660df68d71ea56cccb150ae858c1dd7575b8 (diff) | |
download | forums-8d76bc45ee19186f40dd3b459a9bd33e5e4c23d9.tar forums-8d76bc45ee19186f40dd3b459a9bd33e5e4c23d9.tar.gz forums-8d76bc45ee19186f40dd3b459a9bd33e5e4c23d9.tar.bz2 forums-8d76bc45ee19186f40dd3b459a9bd33e5e4c23d9.tar.xz forums-8d76bc45ee19186f40dd3b459a9bd33e5e4c23d9.zip |
[feature/sphinx-fulltext-search] minor fixes in formatting
Add a newline at the end of files. Update License information in package
docbloc.
PHPBB3-10946
-rw-r--r-- | phpBB/includes/functions_sphinx.php | 5 | ||||
-rw-r--r-- | phpBB/includes/search/fulltext_sphinx.php | 5 | ||||
-rw-r--r-- | phpBB/includes/sphinxapi-0.9.8.php | 2 | ||||
-rw-r--r-- | phpBB/language/en/mods/fulltext_sphinx.php | 2 |
4 files changed, 5 insertions, 9 deletions
diff --git a/phpBB/includes/functions_sphinx.php b/phpBB/includes/functions_sphinx.php index 976f93f77c..0f83f8cfb5 100644 --- a/phpBB/includes/functions_sphinx.php +++ b/phpBB/includes/functions_sphinx.php @@ -2,9 +2,8 @@ /** * * @package search -* @version $Id$ * @copyright (c) 2005 phpBB Group -* @license http://opensource.org/licenses/gpl-license.php GNU Public License +* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 * */ @@ -504,4 +503,4 @@ class sphinx_config_comment } } -?>
\ No newline at end of file +?> diff --git a/phpBB/includes/search/fulltext_sphinx.php b/phpBB/includes/search/fulltext_sphinx.php index 6c5092f4aa..9ae6438af2 100644 --- a/phpBB/includes/search/fulltext_sphinx.php +++ b/phpBB/includes/search/fulltext_sphinx.php @@ -2,9 +2,8 @@ /** * * @package search -* @version $Id$ * @copyright (c) 2005 phpBB Group -* @license http://opensource.org/licenses/gpl-license.php GNU Public License +* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 * */ @@ -1167,5 +1166,3 @@ function sphinx_read_last_lines($file, $amount) return $string; } - -?>
\ No newline at end of file diff --git a/phpBB/includes/sphinxapi-0.9.8.php b/phpBB/includes/sphinxapi-0.9.8.php index 6a7ea17760..816895d464 100644 --- a/phpBB/includes/sphinxapi-0.9.8.php +++ b/phpBB/includes/sphinxapi-0.9.8.php @@ -1199,4 +1199,4 @@ class SphinxClient // // $Id$ -//
\ No newline at end of file +// diff --git a/phpBB/language/en/mods/fulltext_sphinx.php b/phpBB/language/en/mods/fulltext_sphinx.php index e06328afc8..f3fd68aa62 100644 --- a/phpBB/language/en/mods/fulltext_sphinx.php +++ b/phpBB/language/en/mods/fulltext_sphinx.php @@ -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.', )); -?>
\ No newline at end of file +?> |