﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
2321	undefined constant CONTENT_CONDITIONS (xtc_php_mail.inc.php)	web-looks.de	somebody	"Meldung:

Use of undefined constant CONTENT_CONDITIONS - assumed 'CONTENT_CONDITIONS' (this will throw an Error in a future version of PHP) in File: /inc/xtc_php_mail.inc.php on Line: 211

Vorschlag zur Korrektur:

'''/inc/xtc_php_mail.inc.php'''

Suchen nach:

{{{
$conditions = CONTENT_CONDITIONS;
}}}

Ersetzen mit:

{{{
$conditions = (defined('CONTENT_CONDITIONS') ? CONTENT_CONDITIONS : '');
}}}"	Bug/Fehler	closed	normal	modified-shop-2.0.8.0	Shop	2.0.7.2	fixed				
