From: gerv%gerv.net <> Date: Sat, 27 Jul 2002 01:20:58 +0000 (+0000) Subject: ... and = instead of =>. X-Git-Tag: bugzilla-2.17.1~240 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ece9155ea073a46eab9b1a9395d41036f8f12de1;p=thirdparty%2Fbugzilla.git ... and = instead of =>. --- diff --git a/globals.pl b/globals.pl index 6eb3c1f3c4..ec57bffb2b 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.