@@ -414,7 +414,7 @@ |
||
| 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); |