diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-11-11 08:48:22 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-11-11 08:48:22 +0000 |
commit | 22dec0b63cd81732dc3af0f76018e008691b193e (patch) | |
tree | e258c38d3b780deb2fad6abde1e1e05e90285b1e /modules/system/system.module | |
parent | 073eb45833be1c36d804c456c1258a697353fc70 (diff) | |
download | brdo-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.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': |