changeset 497:570120074b3c

Set updated flag in case the mode has changed and slide expires.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 07 Dec 2013 16:29:53 +0200
parents 924eb55a98b6
children e7566fafe9b1
files showajax.php
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/showajax.php	Sat Dec 07 16:29:29 2013 +0200
+++ b/showajax.php	Sat Dec 07 16:29:53 2013 +0200
@@ -172,7 +172,10 @@
     // actually do anything here.
     //
     if (time() >= stGetDisplayVar("activeSlideExpire"))
+    {
       stSetDisplayVar("activeSlideMode", SMODE_COMPO);
+      $updated = TRUE;
+    }
     
     break;
 }