summaryrefslogtreecommitdiff
path: root/program/steps
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-03-12 13:54:56 +0000
committeralecpl <alec@alec.pl>2010-03-12 13:54:56 +0000
commitb579f42b550a5c3f3bf11a0cee13149d67c1bcd8 (patch)
tree68d13b189b796353cc51803c6d6aaa04b34b73c1 /program/steps
parentb9d751df60a8f0126848a976b6c045a790ee36eb (diff)
- fixes for proper handling of email addresses with form: "user"@domain.tld
Diffstat (limited to 'program/steps')
-rw-r--r--program/steps/mail/func.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc
index 32b522c5c..1968d20b2 100644
--- a/program/steps/mail/func.inc
+++ b/program/steps/mail/func.inc
@@ -1191,7 +1191,7 @@ function rcmail_address_string($input, $max=null, $linked=false, $addicon=null)
if ($got_writable_abook === null && $books = $RCMAIL->get_address_sources(true)) {
$got_writable_abook = true;
}
-
+
foreach ($a_parts as $part) {
$j++;
if ($PRINT_MODE) {