@@ -505,8 +505,7 @@ |
||
505 | 505 | */ |
506 | 506 | $path = 'mshop/order/manager/base/coupon/insert'; |
507 | 507 | $sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) ); |
508 | - } |
|
509 | - else |
|
508 | + } else |
|
510 | 509 | { |
511 | 510 | /** mshop/order/manager/base/coupon/update/mysql |
512 | 511 | * Updates an existing order record in the database |
@@ -627,8 +627,7 @@ |
||
627 | 627 | */ |
628 | 628 | $path = 'mshop/order/manager/base/insert'; |
629 | 629 | $sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) ); |
630 | - } |
|
631 | - else |
|
630 | + } else |
|
632 | 631 | { |
633 | 632 | /** mshop/order/manager/base/update/mysql |
634 | 633 | * Updates an existing order record in the database |
@@ -533,8 +533,7 @@ |
||
533 | 533 | */ |
534 | 534 | $path = 'mshop/order/manager/base/service/attribute/insert'; |
535 | 535 | $sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) ); |
536 | - } |
|
537 | - else |
|
536 | + } else |
|
538 | 537 | { |
539 | 538 | /** mshop/order/manager/base/service/attribute/update/mysql |
540 | 539 | * Updates an existing order record in the database |
@@ -628,8 +628,7 @@ |
||
628 | 628 | */ |
629 | 629 | $path = 'mshop/order/manager/base/service/insert'; |
630 | 630 | $sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) ); |
631 | - } |
|
632 | - else |
|
631 | + } else |
|
633 | 632 | { |
634 | 633 | /** mshop/order/manager/base/service/update/mysql |
635 | 634 | * Updates an existing order record in the database |
@@ -420,8 +420,7 @@ |
||
420 | 420 | */ |
421 | 421 | $path = 'mshop/order/manager/insert'; |
422 | 422 | $sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) ); |
423 | - } |
|
424 | - else |
|
423 | + } else |
|
425 | 424 | { |
426 | 425 | /** mshop/order/manager/update/mysql |
427 | 426 | * Updates an existing order record in the database |
@@ -258,8 +258,7 @@ |
||
258 | 258 | */ |
259 | 259 | $path = 'mshop/order/manager/status/insert'; |
260 | 260 | $sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) ); |
261 | - } |
|
262 | - else |
|
261 | + } else |
|
263 | 262 | { |
264 | 263 | /** mshop/order/manager/status/update/mysql |
265 | 264 | * Updates an existing order record in the database |
@@ -373,8 +373,7 @@ |
||
373 | 373 | */ |
374 | 374 | $path = 'mshop/attribute/manager/insert'; |
375 | 375 | $sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) ); |
376 | - } |
|
377 | - else |
|
376 | + } else |
|
378 | 377 | { |
379 | 378 | /** mshop/attribute/manager/update/mysql |
380 | 379 | * Updates an existing attribute record in the database |
@@ -208,8 +208,7 @@ |
||
208 | 208 | */ |
209 | 209 | $path = 'mshop/stock/manager/insert'; |
210 | 210 | $sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) ); |
211 | - } |
|
212 | - else |
|
211 | + } else |
|
213 | 212 | { |
214 | 213 | /** mshop/stock/manager/update/mysql |
215 | 214 | * Updates an existing product stock record in the database |
@@ -333,8 +333,7 @@ |
||
333 | 333 | */ |
334 | 334 | $path = 'mshop/subscription/manager/insert'; |
335 | 335 | $sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) ); |
336 | - } |
|
337 | - else |
|
336 | + } else |
|
338 | 337 | { |
339 | 338 | /** mshop/subscription/manager/update/mysql |
340 | 339 | * Updates an existing subscription record in the database |