Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15951
Modified Files:
Tag: branch-smarty
serendipity_rss_exchange.inc.php
Log Message:
mfh
Index: serendipity_rss_exchange.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/serendipity_rss_exchange.inc.php,v
retrieving revision 1.5.2.4
retrieving revision 1.5.2.5
diff -u -d -r1.5.2.4 -r1.5.2.5
--- serendipity_rss_exchange.inc.php 28 Sep 2004 10:13:29 -0000 1.5.2.4
+++ serendipity_rss_exchange.inc.php 6 Oct 2004 13:01:58 -0000 1.5.2.5
@@ -55,6 +55,10 @@
$entry['categories'][] = $serendipity['POST']['category'];
}
+ if (!isset($entry['extended'])) {
+ $entry['extended'] = '';
+ }
+
$entry['allow_comments'] = true;
return true;
|