db, not database
git-svn-id: file:///home/shish/svn/shimmie2/trunk@314 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
83da08313f
commit
6a86f5f0e8
@ -511,7 +511,7 @@ function create_tables_mysql($db) {
|
|||||||
)");
|
)");
|
||||||
|
|
||||||
$db->Execute("DROP TABLE IF EXISTS layout");
|
$db->Execute("DROP TABLE IF EXISTS layout");
|
||||||
$database->Execute("CREATE TABLE layout (
|
$db->Execute("CREATE TABLE layout (
|
||||||
title varchar(64) primary key not null,
|
title varchar(64) primary key not null,
|
||||||
section varchar(32) not null default \"left\",
|
section varchar(32) not null default \"left\",
|
||||||
position int not null default 50,
|
position int not null default 50,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user