mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11938] Fix whitespace characters
PHPBB3-11938
This commit is contained in:
parent
1207767bb3
commit
8290dd6b1c
1 changed files with 2 additions and 2 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue