From 6a86f5f0e8cd1cdaccc577ed4f166d4867e41053 Mon Sep 17 00:00:00 2001 From: shish Date: Tue, 17 Jul 2007 16:44:32 +0000 Subject: [PATCH] db, not database git-svn-id: file:///home/shish/svn/shimmie2/trunk@314 7f39781d-f577-437e-ae19-be835c7a54ca --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index bb11407d..1e4f32f9 100644 --- a/install.php +++ b/install.php @@ -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,