changeset 550:aab614fb7422

Oops, one table name reference had not been changed. Urgh.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 16 Dec 2013 01:29:54 +0200
parents e5732b25c839
children bed441ced78e
files showajax.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/showajax.php	Mon Dec 16 01:26:51 2013 +0200
+++ b/showajax.php	Mon Dec 16 01:29:54 2013 +0200
@@ -216,7 +216,7 @@
           // Slide rotation mode, display currently active slide
           if (stGetDisplayVar("activeSlide") > 0)
           {
-            $sql = stPrepareSQL("SELECT * FROM displaySlides WHERE id=%d",
+            $sql = stPrepareSQL("SELECT * FROM display_slides WHERE id=%d",
               stGetDisplayVar("activeSlide"));
 
             if (($slide = stFetchSQL($sql)) !== false)