aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/search
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2013-09-19 15:27:03 +0200
committerNils Adermann <naderman@naderman.de>2013-09-19 15:27:03 +0200
commit06e7c842357fd26104efba6b7a0465d7c05c4493 (patch)
treefe96e494969323567dbc6c435fb458e6d73c2b21 /phpBB/phpbb/search
parentcc6f1e1775bc81a374a5c168968d48daf494a950 (diff)
downloadforums-06e7c842357fd26104efba6b7a0465d7c05c4493.tar
forums-06e7c842357fd26104efba6b7a0465d7c05c4493.tar.gz
forums-06e7c842357fd26104efba6b7a0465d7c05c4493.tar.bz2
forums-06e7c842357fd26104efba6b7a0465d7c05c4493.tar.xz
forums-06e7c842357fd26104efba6b7a0465d7c05c4493.zip
[ticket/11700] Fix some more incorrectly changed comments
PHPBB3-11700
Diffstat (limited to 'phpBB/phpbb/search')
-rw-r--r--phpBB/phpbb/search/fulltext_mysql.php2
-rw-r--r--phpBB/phpbb/search/fulltext_native.php2
-rw-r--r--phpBB/phpbb/search/fulltext_postgres.php2
-rw-r--r--phpBB/phpbb/search/fulltext_sphinx.php2
-rw-r--r--phpBB/phpbb/search/sphinx/config_comment.php2
-rw-r--r--phpBB/phpbb/search/sphinx/config_section.php2
6 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/phpbb/search/fulltext_mysql.php b/phpBB/phpbb/search/fulltext_mysql.php
index 2508ab6d9a..50d2d2577f 100644
--- a/phpBB/phpbb/search/fulltext_mysql.php
+++ b/phpBB/phpbb/search/fulltext_mysql.php
@@ -714,7 +714,7 @@ class fulltext_mysql extends \phpbb\search\base
*/
public function index($mode, $post_id, &$message, &$subject, $poster_id, $forum_id)
{
- // Split old and new \post/subject to obtain array of words
+ // Split old and new post/subject to obtain array of words
$split_text = $this->split_message($message);
$split_title = ($subject) ? $this->split_message($subject) : array();
diff --git a/phpBB/phpbb/search/fulltext_native.php b/phpBB/phpbb/search/fulltext_native.php
index 50cf588a46..33326f2882 100644
--- a/phpBB/phpbb/search/fulltext_native.php
+++ b/phpBB/phpbb/search/fulltext_native.php
@@ -1224,7 +1224,7 @@ class fulltext_native extends \phpbb\search\base
return;
}
- // Split old and new \post/subject to obtain array of 'words'
+ // Split old and new post/subject to obtain array of 'words'
$split_text = $this->split_message($message);
$split_title = $this->split_message($subject);
diff --git a/phpBB/phpbb/search/fulltext_postgres.php b/phpBB/phpbb/search/fulltext_postgres.php
index 383645920a..756034103e 100644
--- a/phpBB/phpbb/search/fulltext_postgres.php
+++ b/phpBB/phpbb/search/fulltext_postgres.php
@@ -744,7 +744,7 @@ class fulltext_postgres extends \phpbb\search\base
*/
public function index($mode, $post_id, &$message, &$subject, $poster_id, $forum_id)
{
- // Split old and new \post/subject to obtain array of words
+ // Split old and new post/subject to obtain array of words
$split_text = $this->split_message($message);
$split_title = ($subject) ? $this->split_message($subject) : array();
diff --git a/phpBB/phpbb/search/fulltext_sphinx.php b/phpBB/phpbb/search/fulltext_sphinx.php
index 81cb31e6e2..cb76d58f49 100644
--- a/phpBB/phpbb/search/fulltext_sphinx.php
+++ b/phpBB/phpbb/search/fulltext_sphinx.php
@@ -422,7 +422,7 @@ class fulltext_sphinx
$this->sphinx->SetMatchMode(SPH_MATCH_ANY);
}
- // Keep quotes and new \lines
+ // Keep quotes and new lines
$keywords = str_replace(array('&quot;', "\n"), array('"', ' '), trim($keywords));
if (strlen($keywords) > 0)
diff --git a/phpBB/phpbb/search/sphinx/config_comment.php b/phpBB/phpbb/search/sphinx/config_comment.php
index 66000e4031..77a943377d 100644
--- a/phpBB/phpbb/search/sphinx/config_comment.php
+++ b/phpBB/phpbb/search/sphinx/config_comment.php
@@ -26,7 +26,7 @@ class config_comment
private $exact_string;
/**
- * Create a new \comment
+ * Create a new comment
*
* @param string $exact_string The content of the comment including newlines, leading whitespace, etc.
*
diff --git a/phpBB/phpbb/search/sphinx/config_section.php b/phpBB/phpbb/search/sphinx/config_section.php
index 7e6939576b..730abf011e 100644
--- a/phpBB/phpbb/search/sphinx/config_section.php
+++ b/phpBB/phpbb/search/sphinx/config_section.php
@@ -29,7 +29,7 @@ class config_section
private $variables = array();
/**
- * Construct a new \section
+ * Construct a new section
*
* @param string $name Name of the section
* @param string $comment Comment that should be appended after the name in the