Index: /model/wpsg_product.class.php
===================================================================
--- /model/wpsg_product.class.php	(revision 7429)
+++ /model/wpsg_product.class.php	(revision 7430)
@@ -50,5 +50,5 @@
 
 			}
-
+ 
 			$this->loadedData = $this->shop->loadProduktArray($product_id);
 
@@ -381,5 +381,5 @@
 
 			$oldprice = wpsg_tf($this->oldprice);
-
+ 
 			// Rabatt ÃŒberschreibt die Produkteinstellung
 			if ($this->shop->hasMod('wpsg_mod_discount') && wpsg_isSizedInt($this->shop->get_option('wpsg_mod_discount_show')) && isset($this->loadedData['preis_prediscount']))
Index: /wpshopgermany.php
===================================================================
--- /wpshopgermany.php	(revision 7429)
+++ /wpshopgermany.php	(revision 7430)
@@ -81,9 +81,9 @@
 	
  	// EingabeÃŒberprÃŒfung
- 	define(WPSG_SANITIZE_INT, 0);
+ 	define('WPSG_SANITIZE_INT', 0);
 	define('WPSG_SANITIZE_VALUES', 1);
-	define(WPSG_SANITIZE_CHECKBOX, 2); 
-	define(WPSG_SANITIZE_TEXTFIELD, 3);
-	define(WPSG_SANITIZE_APIKEY, 4);
+	define('WPSG_SANITIZE_CHECKBOX', 2); 
+	define('WPSG_SANITIZE_TEXTFIELD', 3);
+	define('WPSG_SANITIZE_APIKEY', 4);
 	define('WPSG_SANITIZE_FLOAT', 5);
 	define('WPSG_SANITIZE_TAXKEY', 6);
