From c500b5c6e9a218d26da6fcc9410006451def7bd0 Mon Sep 17 00:00:00 2001 From: Equus Date: Mon, 12 Jun 2017 22:50:07 +0200 Subject: [PATCH] Fix incorrect parenthesis and missing arguments --- install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.php b/install.php index be95fa09..21288c8a 100644 --- a/install.php +++ b/install.php @@ -688,7 +688,7 @@ if (file_exists($config['has_installed'])) { UNIQUE KEY `id` (`id`), KEY `lifetime` (`lifetime`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4; - ") or error(db_error()); + ", $_board['uri']) or error(db_error())); query(sprintf("CREATE TABLE IF NOT EXISTS ``shadow_posts_archive_%s`` ( `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, `thread` int(11) DEFAULT NULL, @@ -719,7 +719,7 @@ if (file_exists($config['has_installed'])) { KEY `ip` (`ip`), KEY `list_threads` (`thread`,`sticky`,`bump`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4; - ") or error(db_error()); + ", $_board['uri']) or error(db_error())); } query('CREATE TABLE IF NOT EXISTS ``shadow_antispam`` ( `board` varchar(58) NOT NULL,