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:
parent
99d4660df6
commit
8d76bc45ee
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
?>
|
@ -1199,4 +1199,4 @@ class SphinxClient
|
||||
|
||||
//
|
||||
// $Id$
|
||||
//
|
||||
//
|
||||
|
@ -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.',
|
||||
));
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user