summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-07-27 03:20:13 +0200
committergerv%gerv.net <>2002-07-27 03:20:13 +0200
commit88992a1e1f2fb8f89127d2c43fdb9b449452e949 (patch)
tree088639889033337a6850e323ac4590a15ff5ff0a /globals.pl
parent91c380dc0ccc1b6f958fdaeb9c1888bbfbba5821 (diff)
downloadbugzilla-88992a1e1f2fb8f89127d2c43fdb9b449452e949.tar.gz
bugzilla-88992a1e1f2fb8f89127d2c43fdb9b449452e949.tar.xz
Fixing bustage caused by ; instead of , in burnus' patch.
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl2
1 files changed, 1 insertions, 1 deletions
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.