From 4bdd544ff1efc60512b353d981de06c3e746b87b Mon Sep 17 00:00:00 2001 From: Shish Date: Sat, 9 May 2009 01:47:02 -0700 Subject: [PATCH] space --- core/imageboard.pack.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/imageboard.pack.php b/core/imageboard.pack.php index c555e68e..2b345a39 100644 --- a/core/imageboard.pack.php +++ b/core/imageboard.pack.php @@ -540,7 +540,7 @@ class Image { // no tags, do a simple search (+image metadata if we have any) if($positive_tag_count + $negative_tag_count == 0) { - $query = new Querylet("SELECT images.*,UNIX_TIMESTAMP(posted) AS posted_timestamp FROM images"); + $query = new Querylet("SELECT images.*,UNIX_TIMESTAMP(posted) AS posted_timestamp FROM images "); if(strlen($img_search->sql) > 0) { $query->append_sql(" WHERE ");