From: gerv%gerv.net <> Date: Sat, 27 Jul 2002 01:20:13 +0000 (+0000) Subject: Fixing bustage caused by ; instead of , in burnus' patch. X-Git-Tag: bugzilla-2.17.1~241 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88992a1e1f2fb8f89127d2c43fdb9b449452e949;p=thirdparty%2Fbugzilla.git Fixing bustage caused by ; instead of , in burnus' patch. --- diff --git a/globals.pl b/globals.pl index d20b892a6b..6eb3c1f3c4 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.