Passed
Push — patch_1-1-7 ( 991ea7...7c2251 )
by Spuds
01:02 queued 22s
created
sources/subs/ManageSearch.subs.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
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
 				{
Please login to merge, or discard this patch.