summaryrefslogtreecommitdiff
path: root/program
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-12-09 18:04:57 +0000
committeralecpl <alec@alec.pl>2008-12-09 18:04:57 +0000
commit59138162c74f4fd514ff77148ceb79dae98853ad (patch)
tree18278a290f4803cb7c357bb4a40cda88a0a0b952 /program
parent6291c90bd5e8ffd41e2e13228353210f4b1b73bb (diff)
#1485611: removed 'organisation' header from default_headers
Diffstat (limited to 'program')
-rw-r--r--program/steps/mail/func.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc
index 696390e9f..918e5ab28 100644
--- a/program/steps/mail/func.inc
+++ b/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)
{