changeset 133:ad10ab39e2d1

Fix date stamp.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 27 Aug 2014 18:48:17 +0300
parents 661e5e9f37ef
children 6f7a2f9dcad4
files index.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Wed Aug 27 18:44:58 2014 +0300
+++ b/index.php	Wed Aug 27 18:48:17 2014 +0300
@@ -598,7 +598,7 @@
   "<div id=\"footer\">".
   cmQM("contact", "ccr @ IRCNet", "ccr (at) tnsp (dot) org").
   " / ".
-  cmQM("updated", strftime("%m.%d.%Y, %H:%M", $timestamp)).
+  cmQM("updated", strftime("%d.%m.%Y, %H:%M", $timestamp)).
   //" <div style=\"color: red;\">".cmQM("beta", $pageVersion)."</div>\n".
   "</div>\n";