Tatsuki SUGIURA
sugi****@users*****
2006年 10月 24日 (火) 23:08:15 JST
Index: slashjp/plugins/Journal/journal.pl diff -u slashjp/plugins/Journal/journal.pl:1.16 slashjp/plugins/Journal/journal.pl:1.17 --- slashjp/plugins/Journal/journal.pl:1.16 Fri Aug 4 19:14:33 2006 +++ slashjp/plugins/Journal/journal.pl Tue Oct 24 23:08:15 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.16 2006/08/04 10:14:33 sugi Exp $ +# $Id: journal.pl,v 1.17 2006/10/24 14:08:15 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.16 $ ' =~ /\$Revision:\s+([^\s]+)/; +($VERSION) = ' $Revision: 1.17 $ ' =~ /\$Revision:\s+([^\s]+)/; sub main { my $journal = getObject('Slash::Journal'); @@ -351,6 +351,7 @@ unless ($articles && @$articles) { print getData('noviewfriends'); + print getData('journalfoot'); return; }