forked from Cavemanon/cavepaintings
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:
@@ -27,7 +27,7 @@ class Querylet { // {{{
|
|||||||
class Database {
|
class Database {
|
||||||
var $db;
|
var $db;
|
||||||
var $extensions;
|
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() {
|
public function Database() {
|
||||||
if(is_readable("config.php")) {
|
if(is_readable("config.php")) {
|
||||||
|
Reference in New Issue
Block a user