summaryrefslogtreecommitdiff
path: root/profiles/default
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/default')
-rw-r--r--profiles/default/default.profile10
1 files changed, 5 insertions, 5 deletions
diff --git a/profiles/default/default.profile b/profiles/default/default.profile
index ab7f1be56..0e7465c9d 100644
--- a/profiles/default/default.profile
+++ b/profiles/default/default.profile
@@ -101,7 +101,7 @@ function default_profile_tasks(&$task, $url) {
'weight' => 0,
'region' => 'left',
'pages' => '',
- 'cache' => -1
+ 'cache' => -1,
),
array(
'module' => 'system',
@@ -111,7 +111,7 @@ function default_profile_tasks(&$task, $url) {
'weight' => 0,
'region' => 'left',
'pages' => '',
- 'cache' => -1
+ 'cache' => -1,
),
array(
'module' => 'system',
@@ -121,7 +121,7 @@ function default_profile_tasks(&$task, $url) {
'weight' => 1,
'region' => 'left',
'pages' => '',
- 'cache' => -1
+ 'cache' => -1,
),
array(
'module' => 'system',
@@ -131,7 +131,7 @@ function default_profile_tasks(&$task, $url) {
'weight' => 10,
'region' => 'footer',
'pages' => '',
- 'cache' => -1
+ 'cache' => -1,
),
array(
'module' => 'system',
@@ -141,7 +141,7 @@ function default_profile_tasks(&$task, $url) {
'weight' => 0,
'region' => 'help',
'pages' => '',
- 'cache' => -1
+ 'cache' => -1,
),
);
$query = db_insert('block')->fields(array('module', 'delta', 'theme', 'status', 'weight', 'region', 'pages', 'cache'));