using html::purify in emailadmin, rather than bofelamimail::getCleanHTML

This commit is contained in:
Klaus Leithoff 2009-07-30 11:39:13 +00:00
parent 909caed2dd
commit 0a093bd2bc

View File

@ -260,7 +260,8 @@
break;
case 'ea_default_signature':
$testVal = $toMerge['ea_default_signature'];
bofelamimail::getCleanHTML($testVal);
//bofelamimail::getCleanHTML($testVal);
$testVal = html::purify($testVal);
if (strlen($testVal)>10 || $testVal != '<br>' || $testVal != '<br />') $mergeInTo[$key]=$toMerge[$key];
break;
default: