Update of /cvsroot/php-blog/serendipity/plugins/serendipity_plugin_remoterss
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23835/plugins/serendipity_plugin_remoterss
Modified Files:
serendipity_plugin_remoterss.php
Log Message:
* Fixed remoterss bug, thanks to Richard Thomas Anders
* Added new CSS class for wrapping whole comment section (with regard to
chregu :)
* Added CSS class into all CSS-templates for Tom. :-)
Index: serendipity_plugin_remoterss.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/plugins/serendipity_plugin_remoterss/serendipity_plugin_remoterss.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- serendipity_plugin_remoterss.php 6 May 2004 14:59:56 -0000 1.1
+++ serendipity_plugin_remoterss.php 19 May 2004 09:27:29 -0000 1.2
@@ -99,7 +99,7 @@
$sidebartitle = $this->get_config('sidebartitle');
$rssuri = $this->get_config('rssuri');
$target = $this->get_config('target');
- $target = $this->get_config('cachetime');
+ $cachetime = $this->get_config('cachetime');
$title = $sidebartitle;
|