aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2014-03-09 01:17:36 +0530
committerDhruv <dhruv.goel92@gmail.com>2014-03-09 01:17:36 +0530
commit8290dd6b1ce9051b774ad42ae633fbbbbaeb199b (patch)
tree602fdf81bfe2eed9772b1d2ab101870f8f79a0c4 /phpBB/phpbb
parent1207767bb3b23d6059dcdd54f10a9bd0b98e56b9 (diff)
downloadforums-8290dd6b1ce9051b774ad42ae633fbbbbaeb199b.tar
forums-8290dd6b1ce9051b774ad42ae633fbbbbaeb199b.tar.gz
forums-8290dd6b1ce9051b774ad42ae633fbbbbaeb199b.tar.bz2
forums-8290dd6b1ce9051b774ad42ae633fbbbbaeb199b.tar.xz
forums-8290dd6b1ce9051b774ad42ae633fbbbbaeb199b.zip
[ticket/11938] Fix whitespace characters
PHPBB3-11938
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r--phpBB/phpbb/search/fulltext_sphinx.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/search/fulltext_sphinx.php b/phpBB/phpbb/search/fulltext_sphinx.php
index ae0b0b4e74..d86a394326 100644
--- a/phpBB/phpbb/search/fulltext_sphinx.php
+++ b/phpBB/phpbb/search/fulltext_sphinx.php
@@ -282,8 +282,8 @@ class fulltext_sphinx
array('sql_attr_uint', 'post_visibility'),
array('sql_attr_bool', 'topic_first_post'),
array('sql_attr_bool', 'deleted'),
- array('sql_attr_timestamp' , 'post_time'),
- array('sql_attr_timestamp' , 'topic_last_post_time'),
+ array('sql_attr_timestamp', 'post_time'),
+ array('sql_attr_timestamp', 'topic_last_post_time'),
array('sql_attr_string', 'post_subject'),
),
'source source_phpbb_' . $this->id . '_delta : source_phpbb_' . $this->id . '_main' => array(