summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/globals.pl b/globals.pl
index 19be37b81..d20b892a6 100644
--- a/globals.pl
+++ b/globals.pl
@@ -1757,6 +1757,9 @@ $::vars =
# Function for retrieving global parameters.
'Param' => \&Param ,
+ # Function to create date strings
+ 'time2str' = \&time2str;
+
# Function for processing global parameters that contain references
# to other global parameters.
'PerformSubsts' => \&PerformSubsts ,