diff options
author | gerv%gerv.net <> | 2002-07-27 03:20:13 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-07-27 03:20:13 +0200 |
commit | 88992a1e1f2fb8f89127d2c43fdb9b449452e949 (patch) | |
tree | 088639889033337a6850e323ac4590a15ff5ff0a | |
parent | 91c380dc0ccc1b6f958fdaeb9c1888bbfbba5821 (diff) | |
download | bugzilla-88992a1e1f2fb8f89127d2c43fdb9b449452e949.tar.gz bugzilla-88992a1e1f2fb8f89127d2c43fdb9b449452e949.tar.xz |
Fixing bustage caused by ; instead of , in burnus' patch.
-rw-r--r-- | globals.pl | 2 |
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. |