@@ -445,8 +445,7 @@ |
||
| 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 | } |