@@ -179,7 +179,7 @@ |
||
| 179 | 179 | $start = implode('?', array_slice($parts, 0, $pos)); |
| 180 | 180 | $end = implode('?', array_slice($parts, $pos)); |
| 181 | 181 | |
| 182 | - $this->sql = $start . $qs . $end; |
|
| 182 | + $this->sql = $start . $qs . $end; |
|
| 183 | 183 | $this->extendedBy += $fixedParamCount - 1; |
| 184 | 184 | } |
| 185 | 185 | |