Tatsuki SUGIURA
sugi****@users*****
2006年 8月 4日 (金) 19:14:34 JST
Index: slashjp/plugins/Journal/journal.pl diff -u slashjp/plugins/Journal/journal.pl:1.15 slashjp/plugins/Journal/journal.pl:1.16 --- slashjp/plugins/Journal/journal.pl:1.15 Thu Aug 3 18:03:05 2006 +++ slashjp/plugins/Journal/journal.pl Fri Aug 4 19:14:33 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.15 2006/08/03 09:03:05 sugi Exp $ +# $Id: journal.pl,v 1.16 2006/08/04 10:14:33 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.15 $ ' =~ /\$Revision:\s+([^\s]+)/; +($VERSION) = ' $Revision: 1.16 $ ' =~ /\$Revision:\s+([^\s]+)/; sub main { my $journal = getObject('Slash::Journal'); @@ -449,6 +449,7 @@ ); unless ($articles && @$articles) { + _printHead('userhead', $head_data, 1) or return; print getData('noentries_found'); if ($user_change && %$user_change) { my $slashdb = getCurrentDB();