db, not database

git-svn-id: file:///home/shish/svn/shimmie2/trunk@314 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2007-07-17 16:44:32 +00:00
parent 83da08313f
commit 6a86f5f0e8
1 changed files with 1 additions and 1 deletions

View File

@ -511,7 +511,7 @@ function create_tables_mysql($db) {
)");
$db->Execute("DROP TABLE IF EXISTS layout");
$database->Execute("CREATE TABLE layout (
$db->Execute("CREATE TABLE layout (
title varchar(64) primary key not null,
section varchar(32) not null default \"left\",
position int not null default 50,