AADB#41251 Robuuster met frc= zonder files
svn path=/Website/branches/v2017.1/; revision=34593
This commit is contained in:
@@ -201,7 +201,7 @@ function sendMail( p_mailfrom
|
||||
}
|
||||
if (props.flexlog)
|
||||
Log2File(1, props.flexlog);
|
||||
if (!props.files)
|
||||
if (!props.files || !props.files.length)
|
||||
{ // Geen bestanden gevonden? Dan hele img-tag gewoon er uit halen
|
||||
var eindPos = p_bodyhtml.indexOf(">", startPos + 2);
|
||||
var newbody = p_bodyhtml.substr(0, startPos - 9) + p_bodyhtml.substr(eindPos + 1);
|
||||
|
||||
Reference in New Issue
Block a user