From 88992a1e1f2fb8f89127d2c43fdb9b449452e949 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sat, 27 Jul 2002 01:20:13 +0000 Subject: Fixing bustage caused by ; instead of , in burnus' patch. --- globals.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'globals.pl') diff --git a/globals.pl b/globals.pl index d20b892a6..6eb3c1f3c 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