From: Steve Sutton Date: Mon, 14 Jul 2014 19:11:19 +0000 (-0400) Subject: fix for the slideshow X-Git-Tag: v1.0^2~27 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=059a0fdbdeb860e7e821d4a80cb0d814d64a4512;p=web%2FBigFore.git fix for the slideshow update sql for update method --- diff --git a/Toolkit/RotatingImages/Gateway.php b/Toolkit/RotatingImages/Gateway.php index 7413fc0..13591e2 100644 --- a/Toolkit/RotatingImages/Gateway.php +++ b/Toolkit/RotatingImages/Gateway.php @@ -247,7 +247,6 @@ class Toolkit_RotatingImages_Gateway $stmt->bindParam(':active', $image->getActive(), PDO::PARAM_BOOL); $stmt->bindParam(':external', $image->getExternal(), PDO::PARAM_BOOL); $stmt->bindParam(':id', $image->getId(), PDO::PARAM_INT); - $stmt->bindParam(':application', $image->getApplication(), PDO::PARAM_INT); $stmt->bindParam( ':thumb_width', $image->getThumbWidth(), PDO::PARAM_INT );