summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-04-30 21:44:20 +0000
committerDries Buytaert <dries@buytaert.net>2009-04-30 21:44:20 +0000
commit5f08579bfe3b268d6a57fd50c16de861f72e02e7 (patch)
tree6fef5481becd1767dbf10e61a70b039ba764a2ef /profiles
parent3e81a14a4908aca99874484159e25dd88b8d3ecb (diff)
downloadbrdo-5f08579bfe3b268d6a57fd50c16de861f72e02e7.tar.gz
brdo-5f08579bfe3b268d6a57fd50c16de861f72e02e7.tar.bz2
- Patch #240873 by Gábor Hojtsy, sun: block system clean-ups. Thanks for the review sun.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default/default.profile10
-rw-r--r--profiles/expert/expert.profile8
2 files changed, 9 insertions, 9 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'));
diff --git a/profiles/expert/expert.profile b/profiles/expert/expert.profile
index b78fd1241..fdf22f47b 100644
--- a/profiles/expert/expert.profile
+++ b/profiles/expert/expert.profile
@@ -52,7 +52,7 @@ function expert_profile_tasks(&$task, $url) {
'weight' => 0,
'region' => 'left',
'pages' => '',
- 'cache' => -1
+ 'cache' => -1,
),
array(
'module' => 'system',
@@ -62,7 +62,7 @@ function expert_profile_tasks(&$task, $url) {
'weight' => 0,
'region' => 'left',
'pages' => '',
- 'cache' => -1
+ 'cache' => -1,
),
array(
'module' => 'system',
@@ -72,7 +72,7 @@ function expert_profile_tasks(&$task, $url) {
'weight' => 1,
'region' => 'left',
'pages' => '',
- 'cache' => -1
+ 'cache' => -1,
),
array(
'module' => 'system',
@@ -82,7 +82,7 @@ function expert_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'));