Index: /mods/wpsg_mod_kundenverwaltung.class.php
===================================================================
--- /mods/wpsg_mod_kundenverwaltung.class.php	(revision 7372)
+++ /mods/wpsg_mod_kundenverwaltung.class.php	(revision 7378)
@@ -476,6 +476,5 @@
 					$kunde_mail = $this->db->fetchOne("SELECT K.`email` FROM `".WPSG_TBL_KU."` AS K WHERE K.`id` = '".wpsg_q($arCheckout['id'])."'");
 
-					$arCheckout['email'] = strtolower($arCheckout['email']);
-					if ($kunde_mail != $arCheckout['email'])
+					if (strtolower($kunde_mail) != strtolower($arCheckout['email']))
 					{
 						
