]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fixing bustage caused by ; instead of , in burnus' patch.
authorgerv%gerv.net <>
Sat, 27 Jul 2002 01:20:13 +0000 (01:20 +0000)
committergerv%gerv.net <>
Sat, 27 Jul 2002 01:20:13 +0000 (01:20 +0000)
globals.pl

index d20b892a6b8519db3b460dab2cab2ae31e71a7d1..6eb3c1f3c491ba6434a6046fe01a6d183966efd6 100644 (file)
@@ -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.