mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00: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
4 changed files with 5 additions and 9 deletions
|
@ -2,9 +2,8 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @package search
|
* @package search
|
||||||
* @version $Id$
|
|
||||||
* @copyright (c) 2005 phpBB Group
|
* @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
|
* @package search
|
||||||
* @version $Id$
|
|
||||||
* @copyright (c) 2005 phpBB Group
|
* @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;
|
return $string;
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
|
@ -1199,4 +1199,4 @@ class SphinxClient
|
||||||
|
|
||||||
//
|
//
|
||||||
// $Id$
|
// $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.',
|
'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…
Add table
Reference in a new issue