Skip to content

Commit

Permalink
removing undefined variable
Browse files Browse the repository at this point in the history
  • Loading branch information
toyomoyo committed Feb 13, 2007
1 parent e9fc263 commit 86d345d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/settings.php
Expand Up @@ -175,7 +175,7 @@
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>';
Expand Down

0 comments on commit 86d345d

Please sign in to comment.