From 21635236f8a7f57a421e8aa4317950bd87ae3f5c Mon Sep 17 00:00:00 2001 From: shish Date: Sat, 5 May 2007 20:55:08 +0000 Subject: [PATCH] lack of whitespace caused problems~ git-svn-id: file:///home/shish/svn/shimmie2/trunk@63 7f39781d-f577-437e-ae19-be835c7a54ca --- core/database.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/database.class.php b/core/database.class.php index 2981d057..3119323d 100644 --- a/core/database.class.php +++ b/core/database.class.php @@ -27,7 +27,7 @@ class Querylet { // {{{ class Database { var $db; var $extensions; - var $get_images = "SELECT *,UNIX_TIMESTAMP(posted) AS posted_timestamp FROM images"; + var $get_images = "SELECT *,UNIX_TIMESTAMP(posted) AS posted_timestamp FROM images "; public function Database() { if(is_readable("config.php")) {