aboutsummaryrefslogtreecommitdiffstats
path: root/english/template/debian/ctime.wml
diff options
context:
space:
mode:
authorMartin Schulze <joey>2001-06-17 11:19:19 +0000
committerMartin Schulze <joey>2001-06-17 11:19:19 +0000
commit3ae6b0a329436ac2ca42b6e5bfab2abc6972444c (patch)
treec8821e406975a698883c6461a9adc4fe1ef97ad3 /english/template/debian/ctime.wml
parent4c1833752f450cfdf9c8a01dfee56ecdadb821c6 (diff)
Renamed our local ctime() to webwml_ctime(). This was required since
after adding CUR_LOCALE to build variables of some translations files were not buildable anymore due to a clash with POSIX::ctime. CVS version numbers english/template/debian/ctime.wml: 1.77 -> 1.78 english/template/debian/footer.wml: 1.78 -> 1.79
Diffstat (limited to 'english/template/debian/ctime.wml')
-rw-r--r--english/template/debian/ctime.wml2
1 files changed, 1 insertions, 1 deletions
diff --git a/english/template/debian/ctime.wml b/english/template/debian/ctime.wml
index ce604b20823..ce5755fa073 100644
--- a/english/template/debian/ctime.wml
+++ b/english/template/debian/ctime.wml
@@ -180,7 +180,7 @@ use Time::Local;
);
# This function creates a last modification time stamp for the web pages.
-sub ctime {
+sub webwml_ctime {
my ($time, $sec, $min, $hour, $mday, $monnr, $year, $wday, $yday, $isdst, $mon);
# The last modification time of inputfile in ISO dd-mm-yyyy hh:mm:ss format.
if (defined $(GEN_TIME)) {

© 2014-2024 Faster IT GmbH | imprint | privacy policy