From ece9155ea073a46eab9b1a9395d41036f8f12de1 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sat, 27 Jul 2002 01:20:58 +0000 Subject: ... and = instead of =>. --- globals.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'globals.pl') diff --git a/globals.pl b/globals.pl index 6eb3c1f3c..ec57bffb2 100644 --- a/globals.pl +++ b/globals.pl @@ -1758,7 +1758,7 @@ $::vars = 'Param' => \&Param , # Function to create date strings - 'time2str' = \&time2str , + 'time2str' => \&time2str , # Function for processing global parameters that contain references # to other global parameters. -- cgit v1.2.3-24-g4f1b