removing undefined variable
authortoyomoyo <toyomoyo>
Tue, 13 Feb 2007 01:54:25 +0000 (01:54 +0000)
committertoyomoyo <toyomoyo>
Tue, 13 Feb 2007 01:54:25 +0000 (01:54 +0000)
admin/settings.php

index 387685025d6171fa9e7f6b472cdcc5c6f9764963..0ee67a3cc1d4b047859ab92ea43747d597ceaeb7 100644 (file)
@@ -175,7 +175,7 @@ if (!empty($SITE->fullname)) {
     echo '</td>';
             break;
             case 'right':
-    if (blocks_have_content($pageblocks, BLOCK_POS_RIGHT) || $editing) {
+    if (blocks_have_content($pageblocks, BLOCK_POS_RIGHT)) {
         echo '<td style="width: ' . $preferred_width_right . 'px;" id="right-column">';
         if (!empty($THEME->roundcorners)) {
             echo '<div class="bt"><div></div></div>';