From 22dec0b63cd81732dc3af0f76018e008691b193e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 11 Nov 2007 08:48:22 +0000 Subject: - Patch #187319 by quicksketch: don't enable the powered by Drupal block for existing sites, and better handle the default behavior. --- modules/system/system.module | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/system/system.module') 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': -- cgit v1.2.3