1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00
2006-12-02 04:36:16 +00:00

5 lines
182 B
BlitzBasic

if ($parm) {
return "<a href='mailto:".$tp -> toAttribute($parm)."'>".$code_text."</a>";
} else {
return "<a href='mailto:".$tp -> toAttribute($code_text)."'>".$code_text."</a>";
}