summaryrefslogtreecommitdiff
path: root/rss_inc.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-12-26 12:25:52 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-12-26 12:25:52 +0000
commitf8786b6f57c0796e217a3c3e9620b28cbae1322a (patch)
tree18fbb35d3381fa73d71fc4b6aff98c8b7411fa1b /rss_inc.php
parentc0fba5df24d0f05c803798aeb6ec53b73143db24 (diff)
downloadrss-f8786b6f57c0796e217a3c3e9620b28cbae1322a.tar.gz
rss-f8786b6f57c0796e217a3c3e9620b28cbae1322a.tar.bz2
rss-f8786b6f57c0796e217a3c3e9620b28cbae1322a.zip
merge recent changes into HEAD
Diffstat (limited to 'rss_inc.php')
-rw-r--r--rss_inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/rss_inc.php b/rss_inc.php
index 09cdbc9..12915d6 100644
--- a/rss_inc.php
+++ b/rss_inc.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_rss/rss_inc.php,v 1.4 2005/11/22 07:27:31 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_rss/rss_inc.php,v 1.5 2005/12/26 12:25:52 squareing Exp $
* @package rss
* @subpackage functions
*/
@@ -30,7 +30,7 @@ $rss->syndicationURL = 'http://'.$_SERVER['HTTP_HOST'].BIT_ROOT_URL.'/'.$_SERVER
// feed image
if( !empty( $gBitSystem->mPrefs['rssfeed_image_url'] ) ) {
- $image->descriptionTruncSize = $gBitSystem->getPreference( 'rssfeed_truncate', 500 );
+ $image->descriptionTruncSize = $gBitSystem->getPreference( 'rssfeed_truncate', 5000 );
$image->descriptionHtmlSyndicated = true;
$image = new FeedImage();