From 70087c52bc89879b8b42c422392aecf3976bbb08 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 09 Oct 2008 07:14:56 -0400
Subject: [PATCH] - don't set border=0 for images (use css for that)

---
 program/steps/mail/func.inc |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc
index 21014fd..85a92cf 100644
--- a/program/steps/mail/func.inc
+++ b/program/steps/mail/func.inc
@@ -286,7 +286,6 @@
   // complete message table
   $out .= "</tbody></table>\n";
   
-  
   $message_count = $IMAP->messagecount();
   
   // set client env
@@ -1023,7 +1022,6 @@
           html::img(array(
             'src' => $CONFIG['skin_path'] . $addicon,
             'alt' => "Add contact",
-            'border' => 0,
           )));
       }
     }

--
Gitblit v1.9.1