summaryrefslogtreecommitdiff
path: root/modules/block.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/block.module')
-rw-r--r--modules/block.module6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/block.module b/modules/block.module
index 7a39034b9..ed08c2010 100644
--- a/modules/block.module
+++ b/modules/block.module
@@ -202,7 +202,7 @@ function block_admin_display() {
}
init_theme();
- // Fetch and sort blocks
+ // Fetch and sort blocks
$blocks = _block_rehash();
usort($blocks, '_block_compare');
@@ -304,12 +304,12 @@ function theme_block_admin_display($form) {
if ($status && $region != $last_region) {
$region_title = t('%region', array('%region' => drupal_ucfirst($block_regions[$region])));
$rows[] = array(array('data' => $region_title, 'class' => 'region', 'colspan' => ($throttle ? 7 : 6)));
- $last_region = $region;
+ $last_region = $region;
}
// Output disabled header
elseif ($status != $last_status) {
$rows[] = array(array('data' => t('Disabled'), 'class' => 'region', 'colspan' => ($throttle ? 7 : 6)));
- $last_status = $status;
+ $last_status = $status;
}
// Generate block row