Index: /changelog
===================================================================
--- /changelog	(revision 7978)
+++ /changelog	(revision 7979)
@@ -500,5 +500,7 @@
 - Bugfix: Wertgutscheine nutzen jetzt nur noch den verfÃŒgbaren Wert
 - Bugfix: GelÃ¶schte Produkte werden in ProduktÃŒbersichtseite (Backend) nicht mitgezÃ€hlt
+- Bugfix: Problem beim Upload von Bildern in der Mediathek bekomen (Bilder wurden nicht direkt nach Upload angezeigt)
 - Feature: Staffelpreise kÃ¶nnen jetzt angewendet werden wenn im Backend ein Produkt hinzugefÃŒgt wird #776
 - Feature: Abo Modul: Spalten im Backend lassen sich sortieren
 - Feature: Fehlerprotokoll kann aktiviert werden
+- Feature: Abos kÃ¶nnen jetzt auf 10 Jahre in der Zukunft gesetzt werden
Index: /controller/wpsg_ShopController.class.php
===================================================================
--- /controller/wpsg_ShopController.class.php	(revision 7978)
+++ /controller/wpsg_ShopController.class.php	(revision 7979)
@@ -689,6 +689,7 @@
 		 */
 		public function checkEscape() {
-
-			if (strlen($_GET['wpsg_quotecheck']) > 7 /*|| get_magic_quotes_gpc()*/) {
+ 
+			/*
+			if (strlen($_GET['wpsg_quotecheck']) > 7) {
 
 				$_POST      = array_map('stripslashes_deep', $_POST);
@@ -701,4 +702,5 @@
 
 			}
+			*/
 
 		} // public function checkEscape()
Index: /mods/wpsg_mod_kundenkontakt.class.php
===================================================================
--- /mods/wpsg_mod_kundenkontakt.class.php	(revision 7978)
+++ /mods/wpsg_mod_kundenkontakt.class.php	(revision 7979)
@@ -380,5 +380,5 @@
 				$this->shop->view['order'] = $this->shop->cache->loadOrder($order_id);
 				$this->shop->view['kunde'] = $this->shop->cache->loadKunden($this->shop->view['order']['k_id']);
-				
+				 
 				if (trim($this->shop->view['order']['language']) != '') $this->shop->setTempLocale($this->shop->view['order']['language']);
 				else $this->shop->restoreTempLocale();
@@ -395,5 +395,5 @@
 					
 				} else $mail_html = false;
-				  
+				   
 				$this->shop->sendMail($mail_text, $to, 'customercontact', array(), $order_id, false, $mail_html, $subject);
 				
Index: /views/mods/mod_abo/order_view.phtml
===================================================================
--- /views/mods/mod_abo/order_view.phtml	(revision 7978)
+++ /views/mods/mod_abo/order_view.phtml	(revision 7979)
@@ -60,5 +60,5 @@
 					combodate: {
 						minYear: 2000,
-						maxYear: <?php echo (intval(date('Y')) + 1); ?>,
+						maxYear: <?php echo (intval(date('Y')) + 10); ?>,
 						minuteStep: 1
 					}
Index: /views/mods/mod_kundenkontakt/order_index_bottom.phtml
===================================================================
--- /views/mods/mod_kundenkontakt/order_index_bottom.phtml	(revision 7978)
+++ /views/mods/mod_kundenkontakt/order_index_bottom.phtml	(revision 7979)
@@ -143,6 +143,10 @@
             data: {					
                 arOrderID: arOrderID,
+                <?php if ($this->get_option('wpsg_htmlmail') === '1') { ?>
+                text: tinyMCE.activeEditor.getContent(),
+                <?php } else { ?>
                 text: el_wpsg_mod_kundenkontakt_text.value,
-                el_wpsg_mod_kundenkontakt_subject: el_wpsg_mod_kundenkontakt_subject.value
+                <?php } ?>
+                subject: el_wpsg_mod_kundenkontakt_subject.value
             },
             success: function(data) {
Index: /wpshopgermany.php
===================================================================
--- /wpshopgermany.php	(revision 7978)
+++ /wpshopgermany.php	(revision 7979)
@@ -178,5 +178,5 @@
 	//Mediathek Neues Bild macht Probleme TODO: KlÃ€ren ob das noch nÃ¶tig ist
 	//$_GET['wpsg_quotecheck'] = '\"CHECK';
-	if (($_REQUEST['action']??'') !== 'upload-attachment') $_GET['wpsg_quotecheck'] = '\"CHECK';
+	//if (($_REQUEST['action']??'') !== 'upload-attachment') $_GET['wpsg_quotecheck'] = '\"CHECK';
 	
 	/** @var wpsg_db */
