Completed
Push — release-2.1 ( 0ce6fb...277d24 )
by
unknown
12:17
created
Sources/Subs-BoardIndex.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
 	$smcFunc['db_free_result']($result_boards);
87 87
 
88 88
 	// Run through the categories and boards (or only boards)....
89
-	for (reset($row_boards); key($row_boards)!==null; next($row_boards))
89
+	for (reset($row_boards); key($row_boards) !== null; next($row_boards))
90 90
 	{
91 91
 		$row_board = current($row_boards);
92 92
 
Please login to merge, or discard this patch.