lack of whitespace caused problems~
git-svn-id: file:///home/shish/svn/shimmie2/trunk@63 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
f41c95b214
commit
21635236f8
1 changed files with 1 additions and 1 deletions
|
@ -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")) {
|
||||
|
|
Reference in a new issue