diff options
Diffstat (limited to 'thumbnailer.php')
| -rw-r--r-- | thumbnailer.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) { |
