From 91c380dc0ccc1b6f958fdaeb9c1888bbfbba5821 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sat, 27 Jul 2002 01:16:34 +0000 Subject: Bug 158651 - currenttime should use time2str. Patch by burnus@gmx.de; 2xr=gerv. --- globals.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'globals.pl') diff --git a/globals.pl b/globals.pl index 19be37b81..d20b892a6 100644 --- a/globals.pl +++ b/globals.pl @@ -1757,6 +1757,9 @@ $::vars = # Function for retrieving global parameters. 'Param' => \&Param , + # Function to create date strings + 'time2str' = \&time2str; + # Function for processing global parameters that contain references # to other global parameters. 'PerformSubsts' => \&PerformSubsts , -- cgit v1.2.3-24-g4f1b