diff options
| author | Christian Fowler <spider@viovio.com> | 2007-06-21 06:27:35 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2007-06-21 06:27:35 +0000 |
| commit | 45cc5a39ab0c7635a0d3b07d8da5e104f6cb6dbb (patch) | |
| tree | 5e777a1bf5f5280c25026e51946ad234e75ab47e | |
| parent | ed30dd1b818d514e7c623d0a2195fddcdbb26374 (diff) | |
| download | fisheye-45cc5a39ab0c7635a0d3b07d8da5e104f6cb6dbb.tar.gz fisheye-45cc5a39ab0c7635a0d3b07d8da5e104f6cb6dbb.tar.bz2 fisheye-45cc5a39ab0c7635a0d3b07d8da5e104f6cb6dbb.zip | |
fix alias in select query
| -rwxr-xr-x | thumbnailer.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/thumbnailer.php b/thumbnailer.php index 5023e01..c9b7e1e 100755 --- a/thumbnailer.php +++ b/thumbnailer.php @@ -9,7 +9,7 @@ * suggested crontab entry runs the thumbnailer every minute: * * * * * * apache php -q /path/to/bitweaver/fisheye/thumbnailer.php 20 >> /var/log/httpd/thumbnail_log * - * @version $Header: /cvsroot/bitweaver/_bit_fisheye/thumbnailer.php,v 1.10 2007/06/14 12:41:18 lsces Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_fisheye/thumbnailer.php,v 1.11 2007/06/21 06:27:35 spiderr Exp $ * @package fisheye * @subpackage functions */ @@ -45,7 +45,7 @@ $gBitSystem->mDb->StartTrans(); - $sql = "SELECT pq.content_id AS hash_key, tq.* + $sql = "SELECT pq.content_id AS hash_key, pq.* FROM `".BIT_DB_PREFIX."liberty_process_queue` pq WHERE pq.begin_date IS NULL ORDER BY pq.queue_date"; |
