summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-08-01 18:32:01 +0000
committerDries Buytaert <dries@buytaert.net>2009-08-01 18:32:01 +0000
commite94a448e518e0c2d8ee840e5150d6df8b6714c77 (patch)
tree96ece90a93d7262f00053b58cd2fb0f6aef69033 /profiles
parent482c49acc00c40a1ee433e6689c0cb52f55616c4 (diff)
downloadbrdo-e94a448e518e0c2d8ee840e5150d6df8b6714c77.tar.gz
brdo-e94a448e518e0c2d8ee840e5150d6df8b6714c77.tar.bz2
- Patch #537458 by dropcube: fixed problem with installing Drupal.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default/default.profile30
1 files changed, 0 insertions, 30 deletions
diff --git a/profiles/default/default.profile b/profiles/default/default.profile
index f8743482f..67374ee3e 100644
--- a/profiles/default/default.profile
+++ b/profiles/default/default.profile
@@ -114,36 +114,6 @@ function default_profile_site_setup(&$install_state) {
'pages' => '',
'cache' => -1,
),
- array(
- 'module' => 'system',
- 'delta' => 'main',
- 'theme' => 'seven',
- 'status' => 1,
- 'weight' => 0,
- 'region' => 'content',
- 'pages' => '',
- 'cache' => -1,
- ),
- array(
- 'module' => 'system',
- 'delta' => 'help',
- 'theme' => 'seven',
- 'status' => 1,
- 'weight' => 0,
- 'region' => 'help',
- 'pages' => '',
- 'cache' => -1,
- ),
- array(
- 'module' => 'user',
- 'delta' => 'login',
- 'theme' => 'seven',
- 'status' => 1,
- 'weight' => 10,
- 'region' => 'content',
- 'pages' => '',
- 'cache' => -1,
- ),
);
$query = db_insert('block')->fields(array('module', 'delta', 'theme', 'status', 'weight', 'region', 'pages', 'cache'));
foreach ($values as $record) {