From 59138162c74f4fd514ff77148ceb79dae98853ad Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Tue, 09 Dec 2008 13:04:57 -0500 Subject: [PATCH] #1485611: removed 'organisation' header from default_headers --- program/steps/mail/func.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index 696390e..918e5ab 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -825,7 +825,7 @@ $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) { -- Gitblit v1.9.1