Index: /controller/wpsg_AdminController.class.php
===================================================================
--- /controller/wpsg_AdminController.class.php	(revision 7412)
+++ /controller/wpsg_AdminController.class.php	(revision 7413)
@@ -2080,8 +2080,8 @@
 				$this->update_option('dataprotectioncommissioner_cookietext', $_REQUEST['dataprotectioncommissioner_cookietext'], false, false, "text_field");
 
-				$this->update_option('wpsg_customerdatadelete', $_REQUEST['wpsg_customerdatadelete'], false, false, "text_field");
+				$this->update_option('wpsg_customerdatadelete', $_REQUEST['wpsg_customerdatadelete'], false, false, "key");
+				$this->update_option('wpsg_customerdatadelete_unit', $_REQUEST['wpsg_customerdatadelete_unit'], false, false, "key");
 				$this->update_option('wpsg_customerdatedelete_who', $_REQUEST['wpsg_customerdatedelete_who'], false, false, "key");
-				$this->update_option('wpsg_customerdatadelete_unit', $_REQUEST['wpsg_customerdatadelete_unit'], false, false, "key");
-				
+								
 				$this->addBackendMessage(__('Einstellungen gespeichert.', 'wpsg'));
 				
Index: /views/admin/dataprotection.phtml
===================================================================
--- /views/admin/dataprotection.phtml	(revision 7412)
+++ /views/admin/dataprotection.phtml	(revision 7413)
@@ -47,7 +47,7 @@
   			<div class="panel-body">	
 						
-                <?php echo wpsg_drawForm_Input('wpsg_customerdatadelete', __('Letzte AktivitÃ€t Ã€lter als', 'wpsg'), $this->get_option('wpsg_customerdatadelete'));?>
+                <?php echo wpsg_drawForm_Input('wpsg_customerdatadelete', __('Letzte AktivitÃ€t Ã€lter als', 'wpsg'), $this->get_option('wpsg_customerdatadelete'));?>				
+                <?php echo wpsg_drawForm_Select('wpsg_customerdatadelete_unit', __('Einheit', 'wpsg'), array('0' => __('Tag(e)', 'wpsg'), '1' => __('Monat(e)', 'wpsg'), '2' => __('Jahr(e)', 'wpsg')), $this->get_option('wpsg_customerdatadelete_unit')); ?>
 				<?php echo wpsg_drawForm_Select('wpsg_customerdatedelete_who', __('Kundenart', 'wpsg'), ['0' => __('Alle', 'wpsg'), '1' => __('Nur Gastkunden', 'wpsg')], $this->get_option('wpsg_customerdatedelete_who')); ?>
-                <?php echo wpsg_drawForm_Select('wpsg_customerdatadelete_unit', __('Einheit', 'wpsg'), array('0' => __('Tag(e)', 'wpsg'), '1' => __('Monat(e)', 'wpsg'), '2' => __('Jahr(e)', 'wpsg')), $this->get_option('wpsg_customerdatadelete_unit')); ?>
 								
 			</div>
