Index: /mods/wpsg_mod_request.class.php
===================================================================
--- /mods/wpsg_mod_request.class.php	(revision 6589)
+++ /mods/wpsg_mod_request.class.php	(revision 6595)
@@ -896,4 +896,9 @@
 			$this->shop->view['pflicht'] = $this->shop->loadPflichtFeldDaten();
 			$this->shop->view['requestlist'] = $this->getRequestlistData();
+			
+			$arAnrede = explode('|', $this->shop->get_option('wpsg_admin_pflicht')['anrede_auswahl']);  
+			$anrede = $arAnrede[$this->shop->view['requestlist']['customer']['title']];
+			$this->shop->view['requestlist']['customer']['title'] = $anrede;
+			
 			if ($this->shop->hasMod('wpsg_mod_ordervars') && wpsg_isSizedInt($this->shop->get_option('wpsg_mod_request_ordervars'))) $this->shop->view['orderVars'] = $this->shop->callMod('wpsg_mod_ordervars', 'getOrderVars');
 			
Index: /views/mods/mod_request/adminmail.phtml
===================================================================
--- /views/mods/mod_request/adminmail.phtml	(revision 6589)
+++ /views/mods/mod_request/adminmail.phtml	(revision 6595)
@@ -6,4 +6,5 @@
 
 	$this->htmlMail = false;
+	date_default_timezone_set('Europe/Berlin'); 
 	$time = time();
 
Index: /views/mods/mod_request/adminmail_html.phtml
===================================================================
--- /views/mods/mod_request/adminmail_html.phtml	(revision 6589)
+++ /views/mods/mod_request/adminmail_html.phtml	(revision 6595)
@@ -6,4 +6,5 @@
 
 	$this->htmlMail = true;
+	date_default_timezone_set('Europe/Berlin');
 	$time = time();
 
