From 86d345d5cd0896828fb7bb2736f32c1b5a53cb8d Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Tue, 13 Feb 2007 01:54:25 +0000 Subject: [PATCH] removing undefined variable --- admin/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/settings.php b/admin/settings.php index 387685025d..0ee67a3cc1 100644 --- a/admin/settings.php +++ b/admin/settings.php @@ -175,7 +175,7 @@ if (!empty($SITE->fullname)) { echo ''; break; case 'right': - if (blocks_have_content($pageblocks, BLOCK_POS_RIGHT) || $editing) { + if (blocks_have_content($pageblocks, BLOCK_POS_RIGHT)) { echo ''; if (!empty($THEME->roundcorners)) { echo '
'; -- 2.39.5