| @@ -66,8 +66,7 @@ | ||
| 66 | 66 | $this->execute( $stmt ); | 
| 67 | 67 | } | 
| 68 | 68 | $this->status( 'done' ); | 
| 69 | - } | |
| 70 | - else | |
| 69 | + } else | |
| 71 | 70 |  		{ | 
| 72 | 71 | $this->status( 'OK' ); | 
| 73 | 72 | } | 
| @@ -58,8 +58,7 @@ | ||
| 58 | 58 |  			{ | 
| 59 | 59 | $this->execute( $stmt ); | 
| 60 | 60 | $this->status( 'done' ); | 
| 61 | - } | |
| 62 | - else | |
| 61 | + } else | |
| 63 | 62 |  			{ | 
| 64 | 63 | $this->status( 'OK' ); | 
| 65 | 64 | } | 
| @@ -470,8 +470,7 @@ | ||
| 470 | 470 | */ | 
| 471 | 471 | $path = 'mshop/customer/manager/typo3/insert'; | 
| 472 | 472 | $sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) ); | 
| 473 | - } | |
| 474 | - else | |
| 473 | + } else | |
| 475 | 474 |  			{ | 
| 476 | 475 | /** mshop/customer/manager/typo3/update | 
| 477 | 476 | * Updates an existing customer record in the database | 
| @@ -237,8 +237,7 @@ | ||
| 237 | 237 | */ | 
| 238 | 238 | $path = 'mshop/customer/manager/group/typo3/insert'; | 
| 239 | 239 | $sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) ); | 
| 240 | - } | |
| 241 | - else | |
| 240 | + } else | |
| 242 | 241 |  			{ | 
| 243 | 242 | /** mshop/customer/manager/group/typo3/update/mysql | 
| 244 | 243 | * Updates an existing customer group record in the database |