svnno****@sourc*****
svnno****@sourc*****
2009年 4月 3日 (金) 18:13:08 JST
Revision: 1106 http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=1106 Author: tach Date: 2009-04-03 18:13:08 +0900 (Fri, 03 Apr 2009) Log Message: ----------- fix to back dc:creator and dc:subject to journal RSSes Modified Paths: -------------- slashjp/trunk/plugins/Journal/journal.pl -------------- next part -------------- Modified: slashjp/trunk/plugins/Journal/journal.pl =================================================================== --- slashjp/trunk/plugins/Journal/journal.pl 2009-04-02 13:25:39 UTC (rev 1105) +++ slashjp/trunk/plugins/Journal/journal.pl 2009-04-03 09:13:08 UTC (rev 1106) @@ -272,7 +272,9 @@ push @items, { story => { - 'time' => $article->[0], + 'time' => $article->[0], + uid => $juid, + tid => $article->[5], }, title => $article->[2], description => strip_notags($article->[1]) . $suffix, @@ -363,6 +365,8 @@ push @items, { story => { 'time' => $entry->[3], + uid => $entry->[2], + tid => $entry->[8], }, title => $title, link => $link,