In diesem Bugfix wurde folgendes Problem behoben:

Beim Löschen des Kundenkontos wurden der Eintrag in der Tabelle customers_newsletter nicht mitgelöscht.
Hierfür wird in account_delete_process das entsprechende Löschen eingebaut.
Zusätzlich sollte im Admin das Löschen eines Kunden in der Datei customers.php erweitert werden.


********
The following problem is solved in this bugfix:

If you delete your customer account, the data in the table customers_newsletter was not deleted.
For that reason you should add the following code in the account_delete_process.
Additionally you should add the following code in the /admin/customers.


More...