diff showajax.php @ 438:48903fd966cd

Things are starting to work.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Dec 2013 23:46:08 +0200
parents 2e4f20bd3b82
children 782866ee84e0
line wrap: on
line diff
--- a/showajax.php	Thu Dec 05 22:57:59 2013 +0200
+++ b/showajax.php	Thu Dec 05 23:46:08 2013 +0200
@@ -103,7 +103,7 @@
     stSetDisplayVar("tempSlideSet", FALSE);
     stSetDisplayVar("activeSlideMode", SMODE_ROTATE);
     stSetDisplayVar("activeSlide", stGetDisplayVar("tempSlide"));
-    stSetDisplayVar("activeSlideExpire", time() + stGetDisplayVar("tempDuration"));
+    stSetDisplayVar("activeSlideExpire", time() + (stGetDisplayVar("tempDuration") * 60));
     $updated = TRUE;
   }
 }