From 9f4a9184f4054e3620676fa261d5272aef5f4b3c Mon Sep 17 00:00:00 2001 From: turon Date: Wed, 17 Feb 2016 23:03:09 -0500 Subject: pass FALSE instead of NULL into ADODB function bindVars param --- thumbnailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thumbnailer.php') diff --git a/thumbnailer.php b/thumbnailer.php index 95ab736..971ac15 100644 --- a/thumbnailer.php +++ b/thumbnailer.php @@ -49,7 +49,7 @@ FROM `".BIT_DB_PREFIX."liberty_process_queue` pq WHERE pq.begin_date IS NULL ORDER BY pq.queue_date"; - $rs = $gBitSystem->mDb->query( $sql, NULL, $thumbCount ); + $rs = $gBitSystem->mDb->query( $sql, FALSE, $thumbCount ); $processContent = array(); while( !$rs->EOF ) { -- cgit v1.3