taking out undefined editing variable

This commit is contained in:
toyomoyo 2007-02-08 01:11:05 +00:00
parent e6976ae1f6
commit d5271d3d01

View File

@ -2705,7 +2705,7 @@ function admin_externalpage_print_footer($adminroot) {
echo '<div class="bb"><div></div></div>';
}
echo '</td>';
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>';