summaryrefslogtreecommitdiff
path: root/program/steps/mail/func.inc
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-10-09 11:14:56 +0000
committeralecpl <alec@alec.pl>2008-10-09 11:14:56 +0000
commit70087c52bc89879b8b42c422392aecf3976bbb08 (patch)
tree6081c8eaab84ab71c9bbb23acd04a2408cf6c7ff /program/steps/mail/func.inc
parentc47ff42c4a96502a8343683aeaa74f0794c774cd (diff)
- don't set border=0 for images (use css for that)
Diffstat (limited to 'program/steps/mail/func.inc')
-rw-r--r--program/steps/mail/func.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc
index 21014fdb1..85a92cfc4 100644
--- a/program/steps/mail/func.inc
+++ b/program/steps/mail/func.inc
@@ -286,7 +286,6 @@ function rcmail_message_list($attrib)
// complete message table
$out .= "</tbody></table>\n";
-
$message_count = $IMAP->messagecount();
// set client env
@@ -1023,7 +1022,6 @@ function rcmail_address_string($input, $max=null, $linked=false, $addicon=null)
html::img(array(
'src' => $CONFIG['skin_path'] . $addicon,
'alt' => "Add contact",
- 'border' => 0,
)));
}
}