From ae0392b2eb956263c35fb04b695f4974dcca2787 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 15 Jun 2007 07:15:25 +0000 Subject: - Patch #147947 by hswong3i: some files shouldn't defined as text:big for Oracle compatibility. --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/common.inc b/includes/common.inc index d3d786aa4..2bd402a05 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -2362,7 +2362,7 @@ function drupal_mail($mailkey, $to, $subject, $body, $from = NULL, $headers = ar // CRLF === \r\n // // http://www.rfc-editor.org/rfc/rfc2646.txt - + $mimeheaders = array(); foreach ($headers as $name => $value) { $mimeheaders[] = $name .': '. mime_header_encode($value); -- cgit v1.2.3