Index: /mods/wpsg_mod_productindex.class.php
===================================================================
--- /mods/wpsg_mod_productindex.class.php	(revision 7066)
+++ /mods/wpsg_mod_productindex.class.php	(revision 7067)
@@ -366,5 +366,8 @@
 		function wpsg_save_postdata($post_id)
 		{
-
+			
+			/* Erweiterung fÃŒr KompatibilitÃ€t mit Customer Fields */
+			if ( $_POST['post_type'] != 'post' && $_POST['post_type'] != 'page' ) return; 
+			
 			if (defined('DOING_AUTOSAVE') && DOING_AUTOSAVE) return;
 
