Index: /views/mods/mod_export/profil.phtml
===================================================================
--- /views/mods/mod_export/profil.phtml	(revision 5854)
+++ /views/mods/mod_export/profil.phtml	(revision 5856)
@@ -135,9 +135,13 @@
 
 	jQuery('#wpsg_mod_export_iso').bind('change', function() {
+
+		var ckbVal = '0';
+		if (jQuery('#wpsg_mod_export_onetime').prop('checked') == true) ckbVal = '1';
+		
 		jQuery.ajax( {
 			url: '<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&action=module&modul=wpsg_mod_export&do=inlinedit&noheader=1',
 			data: {
 				field: 'iso',
-				value: jQuery('#wpsg_mod_export_iso').val(),
+				value: ckbVal,
 				profil_id: '<?php echo $this->view['profil']['id']; ?>'
 			}
