summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-11-11 08:48:22 +0000
committerDries Buytaert <dries@buytaert.net>2007-11-11 08:48:22 +0000
commit22dec0b63cd81732dc3af0f76018e008691b193e (patch)
treee258c38d3b780deb2fad6abde1e1e05e90285b1e /modules/system/system.module
parent073eb45833be1c36d804c456c1258a697353fc70 (diff)
downloadbrdo-22dec0b63cd81732dc3af0f76018e008691b193e.tar.gz
brdo-22dec0b63cd81732dc3af0f76018e008691b193e.tar.bz2
- Patch #187319 by quicksketch: don't enable the powered by Drupal block for existing sites, and better handle the default behavior.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module2
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':