@@ -559,14 +559,14 @@ |
||
559 | 559 | |
560 | 560 | $results = $this->searchItemsBase( $conn, $search, $cfgPathSearch, $cfgPathCount, $required, $total, $level, $this->plugins ); |
561 | 561 | while( ( $row = $results->fetch() ) !== false ) { |
562 | - $map[ $row['customer.id'] ] = $row; |
|
562 | + $map[$row['customer.id']] = $row; |
|
563 | 563 | } |
564 | 564 | |
565 | 565 | $dbm->release( $conn, $dbname ); |
566 | 566 | } |
567 | 567 | catch( \Exception $e ) |
568 | 568 | { |
569 | - $dbm->release( $conn, $dbname ); |
|
569 | + $dbm->release( $conn, $dbname ); |
|
570 | 570 | throw $e; |
571 | 571 | } |
572 | 572 |
@@ -403,8 +403,7 @@ |
||
403 | 403 | * @see mshop/customer/manager/typo3/count |
404 | 404 | */ |
405 | 405 | $path = 'mshop/customer/manager/typo3/insert'; |
406 | - } |
|
407 | - else |
|
406 | + } else |
|
408 | 407 | { |
409 | 408 | /** mshop/customer/manager/typo3/update |
410 | 409 | * Updates an existing customer record in the database |