diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default/default.profile | 10 | ||||
-rw-r--r-- | profiles/expert/expert.profile | 8 |
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')); |