@@ -40,7 +40,7 @@ |
||
| 40 | 40 | { |
| 41 | 41 | while ($row = $db->fetch_assoc($request)) |
| 42 | 42 | { |
| 43 | - foreach(array('body', 'subject') as $column) |
|
| 43 | + foreach (array('body', 'subject') as $column) |
|
| 44 | 44 | { |
| 45 | 45 | if ($row['Column_name'] === $column && (isset($row['Index_type']) && $row['Index_type'] === 'FULLTEXT' || isset($row['Comment']) && $row['Comment'] === 'FULLTEXT')) |
| 46 | 46 | { |