Index: /changelog
===================================================================
--- /changelog	(revision 7049)
+++ /changelog	(revision 7051)
@@ -132,2 +132,5 @@
 - Bugfix: Paypal-Schnittstellenanpassung 
 - Bugfix; MÃ¶gliche SicherheitslÃŒcke beim Upload von Widerrufsbelehrungen verhindert
+
+#4.0.12
+- Bugfix: Abfrage, ob Column bei Import schon vorhanden ist
Index: /mods/wpsg_mod_export.class.php
===================================================================
--- /mods/wpsg_mod_export.class.php	(revision 7049)
+++ /mods/wpsg_mod_export.class.php	(revision 7051)
@@ -415,5 +415,5 @@
 					unset($arData['cron_lastrun']);
 					
-					$profil_id = $this->db->ImportQuery(WPSG_TBL_EXPORTPROFILE, wpsg_q($arData));
+					$profil_id = $this->db->ImportQuery(WPSG_TBL_EXPORTPROFILE, wpsg_q($arData), true);
 					
 					foreach ($arFields as $field_data)
