Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1490)
+++ branches/2.8.x/CHANGELOG	(revision 1491)
@@ -12,6 +12,8 @@
 
 =============================== FEATURES FREEZE ================================
 ----------------------------------- Fixes 2.8.2 --------------------------------
+11 Aug-2011 Build 1491 Dietmar Woellbrink (Luisehahne)
+! comment out $email_body .= "\n\nIP: ".$_SERVER['REMOTE_ADDR'];
 11 Aug-2011 Build 1490 Dietmar Woellbrink (Luisehahne)
 ! set default  FCKConfig.FillEmptyBlocks to true
 11 Aug-2011 Build 1489 Werner v.d.Decken(DarkViper)
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1490)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1491)
@@ -52,4 +52,4 @@
 
 // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
 if(!defined('VERSION')) define('VERSION', '2.8.2');
-if(!defined('REVISION')) define('REVISION', '1490');
+if(!defined('REVISION')) define('REVISION', '1491');
Index: branches/2.8.x/wb/modules/form/view.php
===================================================================
--- branches/2.8.x/wb/modules/form/view.php	(revision 1490)
+++ branches/2.8.x/wb/modules/form/view.php	(revision 1491)
@@ -401,8 +401,8 @@
 					/**	
 					 *	Adding the IP to the body and try to send the email
 					 */
-					$email_body .= "\n\nIP: ".$_SERVER['REMOTE_ADDR'];
-					
+					// $email_body .= "\n\nIP: ".$_SERVER['REMOTE_ADDR'];
+
 					if($email_to != '') {
 						if($email_from != '') {
 							if($wb->mail($email_from,$email_to,$email_subject,$email_body,$email_fromname)) {
