From d4e98e4065c6bf1cc05ab1ce5e600c02ff31ddb2 Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Tue, 31 Oct 2006 15:16:56 +0000 Subject: [PATCH] *** empty log message *** --- modules/sabifoo.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/sabifoo.pl b/modules/sabifoo.pl index 492bb3b6..a915348c 100755 --- a/modules/sabifoo.pl +++ b/modules/sabifoo.pl @@ -16,7 +16,7 @@ # 59 Temple Place, Suite 330 # Boston, MA 02111-1307 USA -$ModulesDescription .= '

$Id: sabifoo.pl,v 1.4 2006/10/31 15:15:05 as Exp $

'; +$ModulesDescription .= '

$Id: sabifoo.pl,v 1.5 2006/10/31 15:16:56 as Exp $

'; push(@MyInitVariables, \&SabiFooInit); @@ -30,7 +30,7 @@ sub SabiFooInit { $title = $1; $text = $2; } - # base summary on the stuff added this time only + # base summary on the text added this time only, without title my $summary = $text; $summary = substr($summary, 0, $SummaryDefaultLength); $summary =~ s/\s*\S*$/ . . ./;