From 70087c52bc89879b8b42c422392aecf3976bbb08 Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 9 Oct 2008 11:14:56 +0000 Subject: - don't set border=0 for images (use css for that) --- program/steps/mail/func.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'program/steps/mail/func.inc') 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 .= "\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, ))); } } -- cgit v1.2.3