Completed
Push — master ( 8079cf...1ee6c1 )
by cam
01:18
created
ecrire/base/connect_sql.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -445,8 +445,7 @@
 block discarded – undo
445 445
 				if (strpos($next, "'") === 0
446 446
 				  and strpos($query_echappees, $part . $next, $currentpos) === $nextpos) {
447 447
 					$part .= array_shift($textes);
448
-				}
449
-				else {
448
+				} else {
450 449
 					break;
451 450
 				}
452 451
 			}
Please login to merge, or discard this patch.