From e2c30e2eaf42a00a3d3e36be69b99f0ce2ee4643 Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Tue, 27 Jan 2004 00:55:26 +0000 Subject: [PATCH] *** empty log message *** --- portrait-support.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/portrait-support.pl b/portrait-support.pl index 93ad0bc2..0db98894 100644 --- a/portrait-support.pl +++ b/portrait-support.pl @@ -1,3 +1,5 @@ +$ModulesDescription .= '

$Id: portrait-support.pl,v 1.2 2004/01/27 00:55:26 as Exp $

'; + push(@MyMacros, sub{ s/\[new(:[^]:]*)\]/"[new$1:" . TimeToText($Now) . "]"/ge }); push(@MyRules, &PortraitSupportRule);