diff options
author | thomascube <thomas@roundcube.net> | 2011-10-27 13:33:10 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-10-27 13:33:10 +0000 |
commit | 335b042b985da68b5934b10b843400398964168b (patch) | |
tree | 207c2afd3a151ec383b2afb48304193f7c403ee7 /program/include | |
parent | b5a29fe22fccdd9b89914c4215655388995facd3 (diff) |
Fix inline display of image attachments
Diffstat (limited to 'program/include')
-rw-r--r-- | program/include/rcube_message.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/program/include/rcube_message.php b/program/include/rcube_message.php index e0c49f80c..0ecd86c4c 100644 --- a/program/include/rcube_message.php +++ b/program/include/rcube_message.php @@ -48,7 +48,6 @@ class rcube_message public $uid = null; public $headers; - public $structure; public $parts = array(); public $mime_parts = array(); public $attachments = array(); |