Project

General

Profile

« Previous | Next » 

Revision 1491

Added by Dietmar almost 13 years ago

comment out $email_body .= "\n\nIP: ".$_SERVER['REMOTE_ADDR'];

View differences:

branches/2.8.x/CHANGELOG
12 12

  
13 13
=============================== FEATURES FREEZE ================================
14 14
----------------------------------- Fixes 2.8.2 --------------------------------
15
11 Aug-2011 Build 1491 Dietmar Woellbrink (Luisehahne)
16
! comment out $email_body .= "\n\nIP: ".$_SERVER['REMOTE_ADDR'];
15 17
11 Aug-2011 Build 1490 Dietmar Woellbrink (Luisehahne)
16 18
! set default  FCKConfig.FillEmptyBlocks to true
17 19
11 Aug-2011 Build 1489 Werner v.d.Decken(DarkViper)
branches/2.8.x/wb/admin/interface/version.php
52 52

  
53 53
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
54 54
if(!defined('VERSION')) define('VERSION', '2.8.2');
55
if(!defined('REVISION')) define('REVISION', '1490');
55
if(!defined('REVISION')) define('REVISION', '1491');
branches/2.8.x/wb/modules/form/view.php
401 401
					/**	
402 402
					 *	Adding the IP to the body and try to send the email
403 403
					 */
404
					$email_body .= "\n\nIP: ".$_SERVER['REMOTE_ADDR'];
405
					
404
					// $email_body .= "\n\nIP: ".$_SERVER['REMOTE_ADDR'];
405

  
406 406
					if($email_to != '') {
407 407
						if($email_from != '') {
408 408
							if($wb->mail($email_from,$email_to,$email_subject,$email_body,$email_fromname)) {

Also available in: Unified diff