1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Bug #3629 - image in email replacement.

This commit is contained in:
CaMer0n 2006-12-31 15:12:15 +00:00
parent 82a700cdef
commit 49e37b264e

View File

@ -4,7 +4,7 @@ global $tp;
if (substr($parm, -5) == '-link')
{
$parm = substr($parm, 0, -5);
return ($user_hideemail && !ADMIN) ? "<i>".LAN_143."</i>" : $tp->toHTML($parm);
return ($user_hideemail && !ADMIN) ? "<i>".LAN_143."</i>" : $tp->toHTML($parm,TRUE);
}
else
{