summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-06-15 07:15:25 +0000
committerDries Buytaert <dries@buytaert.net>2007-06-15 07:15:25 +0000
commitae0392b2eb956263c35fb04b695f4974dcca2787 (patch)
treefeaee181acca6a6ad7b93e119e5348cc499314e9 /includes
parent0d5e968823f3f0932e02cc637971c504ad872e8f (diff)
downloadbrdo-ae0392b2eb956263c35fb04b695f4974dcca2787.tar.gz
brdo-ae0392b2eb956263c35fb04b695f4974dcca2787.tar.bz2
- Patch #147947 by hswong3i: some files shouldn't defined as text:big for Oracle compatibility.
Diffstat (limited to 'includes')
-rw-r--r--includes/common.inc2
1 files changed, 1 insertions, 1 deletions
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);