Index: /mods/wpsg_mod_su.class.php
===================================================================
--- /mods/wpsg_mod_su.class.php	(revision 7547)
+++ /mods/wpsg_mod_su.class.php	(revision 7548)
@@ -39,8 +39,8 @@
 			
 			$this->shop->checkDefault('wpsg_mod_su_currency', 'EUR');
-			$this->shop->checkDefault('wpsg_mod_su_userid', __('<!-- Die User ID bekommen sie von SofortÃŒberweisung.de --!>', 'wpsg'));
-			$this->shop->checkDefault('wpsg_mod_su_projectid', __('<!-- Die Projekt ID bekommen sie von SofortÃŒberweisung.de --!>', 'wpsg'));
-			$this->shop->checkDefault('wpsg_mod_su_projectpassword', __('<!-- Das Projektpasswort bekommen sie von SofortÃŒberweisung.de --!>', 'wpsg'));
-			$this->shop->checkDefault('wpsg_mod_su_noticepassword', __('<!-- Das Benachrichtigungspasswort bekommen sie von SofortÃŒberweisung.de --!>', 'wpsg'));
+			$this->shop->checkDefault('wpsg_mod_su_userid', __('', 'wpsg'));
+			$this->shop->checkDefault('wpsg_mod_su_projectid', __('', 'wpsg'));
+			$this->shop->checkDefault('wpsg_mod_su_projectpassword', __('', 'wpsg'));
+			$this->shop->checkDefault('wpsg_mod_su_noticepassword', __('', 'wpsg'));
 			$this->shop->checkDefault('wpsg_mod_su_language', 'DE');
 			$this->shop->checkDefault('wpsg_mod_su_hash', 'md5');
@@ -113,7 +113,7 @@
 			
 			$this->shop->update_option('wpsg_mod_su_subject1', $_REQUEST['wpsg_mod_su_subject1'], false, false, WPSG_SANITIZE_TEXTFIELD);
-			$this->shop->addTranslationString('wpsg_mod_su_subject1', wpsg_sinput(WPSG_SANITIZE_TEXTFIELD, $_REQUEST['wpsg_mod_su_subject1']));
+			$this->shop->addTranslationString('wpsg_mod_su_subject1', $_REQUEST['wpsg_mod_su_subject1'], WPSG_SANITIZE_TEXTFIELD);
 			$this->shop->update_option('wpsg_mod_su_subject2', $_REQUEST['wpsg_mod_su_subject2'], false, false, WPSG_SANITIZE_TEXTFIELD);
-			$this->shop->addTranslationString('wpsg_mod_su_subject2', wpsg_sinput(WPSG_SANITIZE_TEXTFIELD, $_REQUEST['wpsg_mod_su_subject2']));
+			$this->shop->addTranslationString('wpsg_mod_su_subject2', $_REQUEST['wpsg_mod_su_subject2'], WPSG_SANITIZE_TEXTFIELD);
 						
 			$this->shop->update_option('wpsg_mod_su_gebuehr', $_REQUEST['wpsg_mod_su_gebuehr'], false, false, WPSG_SANITIZE_FLOAT);
@@ -122,8 +122,8 @@
 			
 			$this->shop->update_option('wpsg_mod_su_currency', $_REQUEST['wpsg_mod_su_currency'], false, false, WPSG_SANITIZE_TEXTFIELD);
-			$this->shop->update_option('wpsg_mod_su_userid', $_REQUEST['wpsg_mod_su_userid'], false, false, WPSG_SANITIZE_APIKEY);
-			$this->shop->update_option('wpsg_mod_su_projectid', $_REQUEST['wpsg_mod_su_projectid'], false, false, WPSG_SANITIZE_APIKEY);
-			$this->shop->update_option('wpsg_mod_su_projectpassword', $_REQUEST['wpsg_mod_su_projectpassword'], false, false, WPSG_SANITIZE_TEXTFIELD);
-			$this->shop->update_option('wpsg_mod_su_noticepassword', $_REQUEST['wpsg_mod_su_noticepassword'], false, false, WPSG_SANITIZE_TEXTFIELD);
+			$this->shop->update_option('wpsg_mod_su_userid', $_REQUEST['wpsg_mod_su_userid'], false, false, WPSG_SANITIZE_TEXTFIELD);
+			$this->shop->update_option('wpsg_mod_su_projectid', $_REQUEST['wpsg_mod_su_projectid'], false, false, WPSG_SANITIZE_TEXTFIELD);
+			$this->shop->update_option('wpsg_mod_su_projectpassword', $_REQUEST['wpsg_mod_su_projectpassword'], false, false, WPSG_SANITIZE_APIKEY);
+			$this->shop->update_option('wpsg_mod_su_noticepassword', $_REQUEST['wpsg_mod_su_noticepassword'], false, false, WPSG_SANITIZE_APIKEY);
 			$this->shop->update_option('wpsg_mod_su_language', $_REQUEST['wpsg_mod_su_language'], false, false, WPSG_SANITIZE_TEXTFIELD);
 			$this->shop->update_option('wpsg_mod_su_hash', $_REQUEST['wpsg_mod_su_hash'], false, false, WPSG_SANITIZE_TEXTFIELD);
