]> git.mjollnir.org Git - moodle.git/commitdiff
taking out undefined editing variable
authortoyomoyo <toyomoyo>
Thu, 8 Feb 2007 01:11:05 +0000 (01:11 +0000)
committertoyomoyo <toyomoyo>
Thu, 8 Feb 2007 01:11:05 +0000 (01:11 +0000)
lib/adminlib.php

index dba2bb47dd86dca289037faa1e2e84e41ceeafc8..2a16fbacc07f5c4d96d7c98b39ad444f903bf7da 100644 (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>';