Fixing bustage caused by ; instead of , in burnus' patch.
git-svn-id: svn://10.0.0.236/trunk@125867 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
e5f79c89d2
commit
1b57318c55
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user