Index: /views/mods/mod_request/requestpage.phtml
===================================================================
--- /views/mods/mod_request/requestpage.phtml	(revision 6492)
+++ /views/mods/mod_request/requestpage.phtml	(revision 6493)
@@ -103,7 +103,4 @@
 							<?php if ($this->get_option('wpsg_mod_request_requestpageimage') == '1') {
 						
-								//if (wpsg_isSizedString($request_product['product_data']['varianten_image'])) $arBilder = array($request_product['product_data']['varianten_image']);						
-								//else $arBilder = $this->callMod('wpsg_mod_produktbilder', 'getProduktBilder_MT', array($request_product['product_id'])); 
-
 								if (wpsg_isSizedString($request_product['product_data']['varianten_image'])) $arBilder = array($request_product['product_data']['varianten_image']);
 								else {
Index: /views/produkt/images.phtml
===================================================================
--- /views/produkt/images.phtml	(revision 6492)
+++ /views/produkt/images.phtml	(revision 6493)
@@ -56,5 +56,5 @@
 				 */
 				function wpsg_remove_bild_MT(pid) {
-
+alert(1);
 					post_id = pid;
 					//jQuery('#wpsg_produktbilder_remove').show();
@@ -65,5 +65,5 @@
 				
 				function wpsg_remove_bild_MT_OK() {
-
+alert(2);
 					delmt = jQuery('#dialog_produktbilder_delmt').is(':checked');
 					del = jQuery('#dialog_produktbilder_del').is(':checked');
@@ -99,5 +99,5 @@
 				function wpsg_remove_bild(strBild)
 				{
-
+alert(3);
 					if (!confirm('<?php echo __('Sind Sie sicher, das Sie dieses Bild lÃ¶schen mÃ¶chten?', 'wpsg'); ?>')) return false;
 
