Passed
Pull Request — release-2.1 (#5180)
by Mathias
06:49 queued 02:14
created
Sources/Subs-Db-mysql.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -414,7 +414,7 @@
 block discarded – undo
414 414
 		$old_pos = 0;
415 415
 		$pos = -1;
416 416
 		// Remove the string escape for better runtime
417
-		$db_string_1 = str_replace('\'\'','',$db_string);
417
+		$db_string_1 = str_replace('\'\'', '', $db_string);
418 418
 		while (true)
419 419
 		{
420 420
 			$pos = strpos($db_string_1, '\'', $pos + 1);
Please login to merge, or discard this patch.