[Slashdotjp-dev 589] CVS update: slashjp/plugins/Journal

Back to archive index

Tatsuki SUGIURA sugi****@users*****
2006年 8月 3日 (木) 18:03:06 JST


Index: slashjp/plugins/Journal/journal.pl
diff -u slashjp/plugins/Journal/journal.pl:1.14 slashjp/plugins/Journal/journal.pl:1.15
--- slashjp/plugins/Journal/journal.pl:1.14	Mon Jul 24 17:48:13 2006
+++ slashjp/plugins/Journal/journal.pl	Thu Aug  3 18:03:05 2006
@@ -2,7 +2,7 @@
 # This code is a part of Slash, and is released under the GPL.
 # Copyright 1997-2005 by Open Source Technology Group. See README
 # and COPYING for more information, or see http://slashcode.com/.
-# $Id: journal.pl,v 1.14 2006/07/24 08:48:13 sugi Exp $
+# $Id: journal.pl,v 1.15 2006/08/03 09:03:05 sugi Exp $
 
 use strict;
 use Slash 2.003;	# require Slash 2.3.x
@@ -13,7 +13,7 @@
 use Slash::XML;
 use vars qw($VERSION);
 
-($VERSION) = ' $Revision: 1.14 $ ' =~ /\$Revision:\s+([^\s]+)/;
+($VERSION) = ' $Revision: 1.15 $ ' =~ /\$Revision:\s+([^\s]+)/;
 
 sub main {
 	my $journal   = getObject('Slash::Journal');
@@ -265,7 +265,7 @@
 		$link     = '/journal/friends/';
 	} else {
 		$title    = getData('rss_title', { nickname => $juser->{nickname} });
-		$des      = getData('rss_desc', { nickname => $juser->{nickname} });
+		$desc     = getData('rss_desc', { nickname => $juser->{nickname} });
 		$link     = '/journal/';
 	}
 


Slashdotjp-dev メーリングリストの案内
Back to archive index