diff --git a/modules/system/system.install b/modules/system/system.install index 49a8df67d7860c68716ce09a37867c72de7730c2..ba23868f14f13895e142fa057ebcd0a6053349a2 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -414,7 +414,7 @@ function system_install() { db_query("INSERT INTO {filters} VALUES (3,'filter',2,0)"); db_query("INSERT INTO {variable} (name,value) VALUES ('filter_html_1','i:1;')"); - db_query("INSERT INTO {variable} (name, value) VALUES ('node_options_forum', 'a:1:{i:0;s:6:\"status\";}')"); + db_query("INSERT INTO {variable} (name, value) VALUES ('node_options_forum', '%s')", 'a:1:{i:0;s:6:"status";}'); db_query("INSERT INTO {menu} (pid, path, title, description, weight, type) VALUES (0, '', 'Primary links', '', 0, 115)"); db_query("INSERT INTO {variable} VALUES ('menu_primary_menu', 'i:2;')");