Commit 88992a1e authored by gerv%gerv.net's avatar gerv%gerv.net

Fixing bustage caused by ; instead of , in burnus' patch.

parent 91c380dc
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment