diff --git a/portrait-support.pl b/portrait-support.pl index 8fea9122..86d697f9 100644 --- a/portrait-support.pl +++ b/portrait-support.pl @@ -1,4 +1,4 @@ -$ModulesDescription .= '

$Id: portrait-support.pl,v 1.5 2004/01/28 00:50:17 as Exp $

'; +$ModulesDescription .= '

$Id: portrait-support.pl,v 1.6 2004/01/30 11:47:15 as Exp $

'; push(@MyMacros, sub{ s/\[new(:[^]:]*)\]/"[new$1:" . TimeToText($Now) . "]"/ge }); @@ -38,6 +38,7 @@ sub PortraitSupportRule { . ($MyColor ? "#eee" : "#fff") . '">' . '

[new]' . $portrait; } + return ''; } *OldPortraitSupportWikiHeading = *WikiHeading;