summaryrefslogtreecommitdiff
path: root/modules/node/node.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-09-21 07:59:18 +0000
committerDries Buytaert <dries@buytaert.net>2009-09-21 07:59:18 +0000
commit1eea0b5496d2e13afc0b66d58add5fac9956cc7b (patch)
tree0bfd2030cb8bb1cf404dda1fadc82523969665b5 /modules/node/node.module
parentef33d44f66202a8d558fbefcb9346ed5752f92c4 (diff)
downloadbrdo-1eea0b5496d2e13afc0b66d58add5fac9956cc7b.tar.gz
brdo-1eea0b5496d2e13afc0b66d58add5fac9956cc7b.tar.bz2
- Patch #500038 by Shai, sreynen | webchick: changed default for RSS output from 'teaser only' to 'full node'.
Diffstat (limited to 'modules/node/node.module')
-rw-r--r--modules/node/node.module2
1 files changed, 1 insertions, 1 deletions
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');