diff options
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index 4ad8f0d09..97463f137 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -508,8 +508,6 @@ function system_block($op = 'list', $delta = 0, $edit = NULL) { $blocks[0] = array( 'info' => t('Powered by Drupal'), 'weight' => '10', - 'status' => 1, - 'region' => 'footer', ); return $blocks; case 'configure': |