From 27cad7fcfec5cfb41de1322ef26a8d3e3aec2a3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Sat, 23 Jun 2007 11:15:15 +0000 Subject: #151951 by webernet, slightly modified: enable the garland theme, not just set it as default --- modules/system/system.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/system/system.install b/modules/system/system.install index 21a523329..4f9d4bd7b 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -244,7 +244,7 @@ function system_install() { db_query("INSERT INTO {permission} (rid,perm,tid) VALUES (2,'access comments, access content, post comments, post comments without approval',0)"); db_query("INSERT INTO {variable} (name,value) VALUES('theme_default', 's:7:\"garland\";')"); - + db_query("UPDATE {system} SET status = 1 WHERE type = 'theme' AND name = 'garland'"); db_query("INSERT INTO {blocks} (module,delta,theme,status,pages) VALUES('user', 0, 'garland', 1, '')"); db_query("INSERT INTO {blocks} (module,delta,theme,status,pages) VALUES('user', 1, 'garland', 1, '')"); -- cgit v1.2.3