Cosmetic email
This commit is contained in:
parent
849aee351c
commit
9b6663aa9b
2 changed files with 2 additions and 7 deletions
|
|
@ -1654,6 +1654,7 @@ function mailTo($p_email) {
|
|||
$r.=sprintf('<a href="mailto:%s">%s</a> ',h($email),h($email));
|
||||
} else {
|
||||
$r.=sprintf("%s",h($email));
|
||||
$r.=Icon_Action::warnbulle(83);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -72,13 +72,7 @@ $from=$http->request("ac","string","");
|
|||
</td>
|
||||
<td>
|
||||
<?php
|
||||
$result=mailTo($contact['contact_email']);
|
||||
if ($result) {
|
||||
echo $result;
|
||||
} else {
|
||||
echo $contact['contact_email'];
|
||||
echo Icon_Action::warnbulle(83);
|
||||
}
|
||||
echo mailTo($contact['contact_email']);
|
||||
?>
|
||||
</td>
|
||||
<td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue