diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-10-14 21:27:33 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-10-14 21:27:33 +0000 |
commit | df4ec83120bfc6ed7f726de7024d75948c932b6c (patch) | |
tree | 1fc4028faa8e6007064db1dbe33a97818b6c75c5 /modules | |
parent | 9e4399aae82b43bd49c0a1558174ad494b6fbcdc (diff) | |
download | brdo-df4ec83120bfc6ed7f726de7024d75948c932b6c.tar.gz brdo-df4ec83120bfc6ed7f726de7024d75948c932b6c.tar.bz2 |
- Patch #10677 by drumm: removed dead code. Leftover.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/block.module | 1 | ||||
-rw-r--r-- | modules/block/block.module | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/modules/block.module b/modules/block.module index 6082c188b..e1958424d 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 6082c188b..e1958424d 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)); |