Index: /mods/mod_productgroups/wpsg_productgroup.php
===================================================================
--- /mods/mod_productgroups/wpsg_productgroup.php	(revision 7130)
+++ /mods/mod_productgroups/wpsg_productgroup.php	(revision 7131)
@@ -41,5 +41,5 @@
         /* Statische Funktionen */
 
-	    public static function getProductgroupSelect($arProductFilter)
+	    public static function getProductgroupSelect($arProductFilter = [])
 	    {
 
Index: /mods/wpsg_mod_export.class.php
===================================================================
--- /mods/wpsg_mod_export.class.php	(revision 7130)
+++ /mods/wpsg_mod_export.class.php	(revision 7131)
@@ -436,6 +436,6 @@
 			else if ($_REQUEST['do'] == 'inlinedit')
 			{
-				
-				if (preg_match('/field_/', $_REQUEST['name']))
+			    
+				if (preg_match('/field_/', $_REQUEST['name']) && !in_array($_REQUEST['name'], ['field_delimiter', 'field_enclosure', 'field_escape']))
 				{
 					
Index: /views/mods/mod_export/profil.phtml
===================================================================
--- /views/mods/mod_export/profil.phtml	(revision 7130)
+++ /views/mods/mod_export/profil.phtml	(revision 7131)
@@ -248,4 +248,6 @@
         jQuery('#wpsg_mod_export_fields').html(data);
         jQuery('#samplefile').val('');
+
+        jQuery('#wpsg_mod_export_profil_tab .nav-tabs a[href="#tab2"]').tab('show');
         
     }
