From 1eea0b5496d2e13afc0b66d58add5fac9956cc7b Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 21 Sep 2009 07:59:18 +0000 Subject: - Patch #500038 by Shai, sreynen | webchick: changed default for RSS output from 'teaser only' to 'full node'. --- 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 719e392bc..ed203d7b1 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -1823,7 +1823,7 @@ function node_feed($nids = FALSE, $channel = array()) { ->fetchCol(); } - $item_length = variable_get('feed_item_length', 'teaser'); + $item_length = variable_get('feed_item_length', 'fulltext'); $namespaces = array('xmlns:dc' => 'http://purl.org/dc/elements/1.1/'); $teaser = ($item_length == 'teaser'); -- cgit v1.2.3