diff options
author | alecpl <alec@alec.pl> | 2008-05-05 10:08:28 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-05-05 10:08:28 +0000 |
commit | 90cd452bc06bb55fc0ae417c0956cec9623a97dc (patch) | |
tree | f175f3cac0f6ae8e4804070be3dcff105a798fa3 /program/steps/mail | |
parent | 1088d667458ae03a54fcb4b8d290f6218e84d304 (diff) |
- last commit fix
Diffstat (limited to 'program/steps/mail')
-rw-r--r-- | program/steps/mail/func.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index 34586ddc7..36bd4cb89 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -1291,7 +1291,7 @@ function rcmail_address_string($input, $max=NULL, $addicon=NULL) { $j++; if ($PRINT_MODE) - $out .= sprintf('%s <%s>', Q(rcube_charset_convert($part['name'])), $part['mailto']); + $out .= sprintf('%s <%s>', Q($part['name']), $part['mailto']); else if (preg_match($EMAIL_ADDRESS_PATTERN, $part['mailto'])) { $out .= sprintf('<a href="mailto:%s" onclick="return %s.command(\'compose\',\'%s\',this)" class="rcmContactAddress" title="%s">%s</a>', |