From df4ec83120bfc6ed7f726de7024d75948c932b6c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 14 Oct 2004 21:27:33 +0000 Subject: [PATCH] - Patch #10677 by drumm: removed dead code. Leftover. --- modules/block.module | 1 - modules/block/block.module | 1 - 2 files changed, 2 deletions(-) diff --git a/modules/block.module b/modules/block.module index 6082c188b57..e1958424d25 100644 --- a/modules/block.module +++ b/modules/block.module @@ -221,7 +221,6 @@ function block_box_edit($bid = 0) { cache_clear_all(); drupal_goto('admin/block'); - case t('Cancel'): default: if ($bid) { $output = block_box_form(block_box_get($bid)); diff --git a/modules/block/block.module b/modules/block/block.module index 6082c188b57..e1958424d25 100644 --- a/modules/block/block.module +++ b/modules/block/block.module @@ -221,7 +221,6 @@ function block_box_edit($bid = 0) { cache_clear_all(); drupal_goto('admin/block'); - case t('Cancel'): default: if ($bid) { $output = block_box_form(block_box_get($bid));