From 7178f6b17398b10105f8246b11c8d10b14ae39a6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 30 Sep 2009 18:36:02 +0000 Subject: - Patch #451604 by brianV, sun | Dries, c960657: rename drupal_set_header(). --- modules/node/node.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node/node.module') diff --git a/modules/node/node.module b/modules/node/node.module index b826cc4e4..bf5f76179 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -1908,7 +1908,7 @@ function node_feed($nids = FALSE, $channel = array()) { $output .= format_rss_channel($channel['title'], $channel['link'], $channel['description'], $items, $channel['language']); $output .= "\n"; - drupal_set_header('Content-Type', 'application/rss+xml; charset=utf-8'); + drupal_add_http_header('Content-Type', 'application/rss+xml; charset=utf-8'); print $output; } -- cgit v1.2.3