diff msite.inc.php @ 407:eaea1ae2bc3d

Moar work.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Dec 2013 16:57:38 +0200
parents 2b77599d0324
children 298822ed0420
line wrap: on
line diff
--- a/msite.inc.php	Thu Dec 05 16:28:13 2013 +0200
+++ b/msite.inc.php	Thu Dec 05 16:57:38 2013 +0200
@@ -87,6 +87,12 @@
 }
 
 
+function stDisplayUpdated()
+{
+  stSetDisplayVar("lastUpdate", time());
+}
+
+
 function stGetDisplayVar($name)
 {
   global $displayVars;