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*$/ . . ./;