1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-22 19:07:27 +01: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

@ -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
}
}
?>
?>

View File

@ -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;
}
?>

View File

@ -1199,4 +1199,4 @@ class SphinxClient
//
// $Id$
//
//

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.',
));
?>
?>