@@ -33,7 +33,7 @@ |
||
| 33 | 33 | array() |
| 34 | 34 | )->fetch_callback( |
| 35 | 35 | function ($row) use (&$fulltext_index) { |
| 36 | - if ( ( $row['Column_name'] === 'body' || $row['Column_name'] === 'subject' ) |
|
| 36 | + if (($row['Column_name'] === 'body' || $row['Column_name'] === 'subject') |
|
| 37 | 37 | && (isset($row['Index_type']) && $row['Index_type'] === 'FULLTEXT' |
| 38 | 38 | || isset($row['Comment']) && $row['Comment'] === 'FULLTEXT')) |
| 39 | 39 | { |