diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-12-09 18:04:57 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-12-09 18:04:57 +0000 |
| commit | 7d150864f023596884a3882e8498f9a9277aca75 (patch) | |
| tree | be1a8fe60480da7faf65f90d345b202de962bdb0 | |
| parent | 6ec5e244bc87dee9b8908bcebc587e9de129fb93 (diff) | |
#1485611: removed 'organisation' header from default_headers
git-svn-id: https://svn.roundcube.net/trunk@2140 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/steps/mail/func.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/mail/func.inc b/roundcubemail/program/steps/mail/func.inc index 696390e9f..918e5ab28 100644 --- a/roundcubemail/program/steps/mail/func.inc +++ b/roundcubemail/program/steps/mail/func.inc @@ -825,7 +825,7 @@ function rcmail_message_headers($attrib, $headers=NULL) $out = '<table' . $attrib_str . ">\n"; // show these headers - $standard_headers = array('subject', 'from', 'organization', 'to', 'cc', 'bcc', 'replyto', 'date'); + $standard_headers = array('subject', 'from', 'to', 'cc', 'bcc', 'replyto', 'date'); foreach ($standard_headers as $hkey) { |
